@charset "utf-8";
/*----------------------------box----------------------------*/
body {
	background-color:#333333;
	margin:5px;
	font-size:13px;
	color:#000000;
	font-family:Arial, Verdana, 宋体;
	line-height: 1.5;
}
img{
	border:0px;
}
a {
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
.clear {
	clear:both;
}
#boxBody {
	background-color:#FFFFFF;
	width:800px;
	margin:auto;
}
#boxLogo {
	margin:10px 0 10px 0;
}
#boxCon {
	background-color:#FFFFFF;
	margin:30px;
}
.aLine {
	padding:2px;
}
.attachment
{
	padding:2px;
}
.attachment span
{
	float:left;
}
.inputBox {
	height:16px;
	line-height:16px;
	color:#008800;
	border: 1px solid #999999;
}
.inputArea {
	color:#008800;
	border: 1px solid #999999;
	background:url(../img/icoWutnews.gif) center no-repeat;
}
.button {
	height:20px;
	color:#666666;
	background:#FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #EEEEEE;
}
.notMsg {
	color:#CC0000;
	font-weight:bold;
}
