@charset "utf-8";
body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-color: #000000;
	background-image: url(images/home_bodybg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
H1 {
	font-size: 20px;
}
H2 {
	padding: 0px;
	margin: 0px;
}
H3{
	padding: 0px;
	margin: 0px;
}
H4{
	padding: 0px;
	margin: 0px;
}
H5{
	padding: 0px;
	margin: 0px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
DIV {
	margin: 0px;
	padding: 0px;
}
TD{
	font-size: 12px;
}
DIV{
	/*解决英文不换行*/	
    WORD-WRAP: break-word;
	TABLE-LAYOUT: fixed;
	word-break:break-all
}
p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.clear{
	height:10px;
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #ff0000;
}

.main{
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	cursor: default;	
}
.but{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/but_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 112px;
	line-height: 27px;
	display: block;
}

#userType{
	color: #FFFF00;
	text-align: right;
	height:20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#userType a{

}
.box_10{
	padding: 10px;
}


.logo{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	/* IE6 */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/logo.png");
	_background:none;
	width: 216px;
	height:94px;
	background-position: center;
}

.bg1{
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	/* IE6 */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg.png");
	_background:none;
	width: 6px;
	background-position: right;
}
.bg2{
	background-image: url(images/bg2.png);
	background-repeat: repeat-y;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg2.png");
	_background:none;
	width: 6px;
	background-position: right;
}

.weizhi{
	background-image: url(images/title.gif);
	padding: 10px;
	clear: both;
	border: 1px solid #999999;
	height: 20px;
}

.OkMsg{
	background-image: url(/images/note_ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color:#008800;
	padding-top: 3px;
	height: 20px;
	overflow: hidden;
}
.OutMsg{
	color:#333333;
	background-image: none;
	overflow: hidden;
	border: 0px none #FFFFFF;
}
.ErrMsg{
	background-image: url(/images/note_error.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #FF0000;
	height: 20px;
	background-position: left center;
	padding-top: 3px;
	overflow: hidden;
}

.InputBox_Default{
	border: 1px solid #CCCCCC;
	height: 23px;
	padding-top: 3px;
}
.InputBox_Default_On{
	border: 1px solid #000000;
}
.InputBox_Err{
	background-color: #FFF8DD;
	border: 1px solid #FF0000;
	height: 23px;
	padding-top: 3px;	
}
.bottom{
	color: #ffffff;
	text-align: center;
}
.bottom a{
	color: #ffffff;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.bottom a:hover{
	text-decoration: underline;
}

