

#postit {
	width:180px;	
	background:#fadde9;
	font-family:Arial, Verdana;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	color:#000000;
	text-align:left;
}

#postit .postitcontent{
	width:150px;
	padding:15px;
}

#postit .postittxt{
	height:50px;	
}

#postit .postittxt a {
	color:#000000;
	text-decoration:none;
}
#postit .postittxt a:hover, #postit .postittxt a:active {
	color:#000000;
	text-decoration:none;
}

#postit #postitfield{
	width:140px;
	height:18px;
	margin: 3px 0 10px 0;
	font-family:Arial, Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background: #ffffff;
	border: 0px;
	border-top: 1px dashed #ef1e72;
	border-bottom: 1px dashed #ef1e72;
}

#postit #postitarea{
	width:140px;
	height:60px;
	margin: 3px 0 10px 0;
	font-family:Arial, Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background: #ffffff;
	border: 0px;
	border-top: 1px dashed #ef1e72;
	border-bottom: 1px dashed #ef1e72;
	overflow: hidden;
}
