@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
.message a{
	color:#464646;
	text-decoration:none;
}
.message a:hover{
	color:#ed7500;
	text-decoration:underline;
}

.messagebt a{
	color:#ed7500;
	text-decoration:none;
}
.messagebt a:hover{
	color:#ed7500;
	text-decoration:underline;
}

.messagexx a{
	color:#464646;
	text-decoration:none;
}
.messagexx a:hover{
	color:#ed7500;
	text-decoration:underline;
	word-break:break-all;
}

.messagetop{
	width:260px;
	height:95px;
}

.messagenr{
	background:url(../images/newst-bg.gif) 0 0 no-repeat;
	width:240px;
	height:109px;
	font-size:12px;
	color:#464646;
	font-weight:bold;
	padding-left:20px;
	padding-top:15px;
}

.messagenr .messagebt{
	background:url(../images/newst-arr.gif) 0 50% no-repeat;
	color:#ed7500;
	padding-left:12px;
	margin-top:15px;
}

.messagenr .messagexx{
	color:#464646;
	font-weight:normal;
	margin-top:10px;
	width:226px;
}

.message .messageclose{
	position:absolute;
	top:45px;
	left:232px;
}