.card {
	width: 230px;
	height: 152px;
	xpadding: 5px; float: left;
	xmargin: 0 10px 10px 0;
	font-size: .9em;

	overflow: hidden;
	
	position: absolute;
	z-index: 10;
	
	top: 460px;
	left: 0px;
	
	display: block;
}

.pink {
}

.yellow {
}

.blue {
}

.green {
}

.postit {
    width: 115px;
    height: 76px;
    z-index: 1000;
}

.small {
    width: 180px;
    height: 102px;
}

.card-image {
	position: absolute;
	xtop: -10;
	left: -3px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1000;
}

.content { 
	overflow: hidden;
	display: block;
	width: 157px;
	height: 88px;
	margin: 5px 23px 0px 36px;

	font-family: sans-serif, serif;
	font-size: 12px;
	letter-spacing: 0px;
	
	xtext-shadow: 0px 0px 1px #444;
	
	opacity: 1;
	
	color: black;
	text-align: center;
	padding-top: 18px;
	xline-height: 16px;
	
	xopacity: .8;
	
}

.filler {
    margin-right: 34px;
    margin-bottom: 42px;
    margin-left: 25px;
}

.stickertarget {
	position: absolute;
}

.postit>.content {
    width: 85px;
    height: 50px;
    margin: 5px 3px 5px 10px;
}

.small>.content {
    width: 125px;
    height: 57px;
    margin: 0px 16px 20px 27px;
    font-size: 15px;

}
