@charset "utf-8";
/* CSS Document */
.note-clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#note-content{
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color: #e3e7d2;
	padding: 4px;
	border: 1px dotted #999999;
	margin:0px  0px  10px  0px;
}

#note-header{	
	background-image: url(/images/note-header-bg.gif);
	
	
}

#note-message{
	/*padding:0px 35px 5px 33px;*/
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	line-height:14px;
	color: #404040;
	padding: 12px;
	margin: 0px;
	
}
#note-title{
	float: left;
	width: 350px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#note-close{
float: right;
width: 35px;
text-align: right;
margin:2px 2px;
}

