/* CSS Document */
#newnotice {
	position:absolute;
	width:250px;
	/*height:22px;*/
	border:solid #f57ea8 1px;
	background-color: #ffffff;
}
#newnotice p {
	font-size:12px;
	margin:1px;
	padding:0px 2px 0px 5px;
	background-color:#a71a66;
	color:#ffffff;
	height:20px;
	line-height:20px;
}
#newnotice p .title {
	float:left;
}
#newnotice p #bts {
	display:block;
	float:right;
	width:60px;
	height:15px;
	/*border:#000000 solid 1px;*/
}
#newnotice p #bts .button {
	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/buts.jpg);
	background-position:0px 2px;
	background-repeat:no-repeat;
	margin-right:5px;
}
#newnotice p #bts #tomax {
	background-image:url(../images/buts.jpg);
	background-position:0 -548px;
	margin-right:5px;
}
#newnotice p #bts #toclose {
	background-image:url(../images/buts.jpg);
	background-position:0 651px;
}
#newnotice div {
	font-size:12px;
	margin:1px;
	padding:0px 5px 0px 5px;
	background-color:#FFFFFF;
	color:#999999;
	line-height:20px;
}

#mynote_rs a{ color:#666666; text-decoration:none;}
#mynote_rs a:hover{ color:#FF3366; text-decoration:underline;}
