#newnotice {
	position:absolute;
	display:none;
	width:250px;
	/*height:22px;*/
	border:solid #9BDF70 1px;
	background-color: #F0FBEB;
	z-index: 9999
}
#newnotice p {
	font-size:12px;
	margin:1px;
	padding:0px 2px 0px 5px;
	background-color:#C2ECA7;
	color:#666666;
	height:20px;
	line-height:20px;
}
#newnotice p .title {
	float:left;
}
#newnotice p #bts {
	display:block;
	float:right;
	width:15px;
	height:15px;
	background-image:url(../images/notice_close.gif);
	cursor:pointer;
	/*border:#000000 solid 1px;*/
}
#newnotice p #bts .bb {
	display:block;
	float:left;
	width:15px;
	height:15px;
	line-height:15px;
	cursor:pointer;
	/*border:#000000 solid 1px;*/
}
#newnotice p #bts #tomin {
	background-image:url(../images/notice_button.gif);
	background-position:center;
	
}
#newnotice p #bts #tomax {
	background-image:url(../images/notice_button.gif);
	background-position:bottom;

}
#newnotice p #bts #toclose {
	background-image:url(../images/notice_button.gif);
	
}
#newnotice div {
	font-size:12px;
	margin:1px;
	padding:0px 5px 0px 5px;
	background-color:#FFFFFF;
	color:#999999;
	 	
	line-height:20px;
}