.postIt
{
	position:absolute; 
	width:258px; 
	border:1px solid #D3DEDF;
	background-color: #F2F4F7;
	z-index:50;

}

.postItIcon
{
/*	position:static; */
	width:34px;
	margin:4px;
        float: left;
	
}

.postItContent
{
	overflow:auto;
	/*width:205px; */
	height:62px;
	/*height:40px; */
	/*margin-left:12px;*/
	padding-left: 2px;
        padding-right: 8px;
        line-height: 1.2;
	margin-top: 15px;
}

.postIt .info
{
    font-weight: normal;
    color: #000000;
    font-size: 12px;
}

.postIt .error
{
    font-weight: normal;
    font-size: 12px;
}
