﻿/* CSS Document */
body {
font-size:12px;
text-align:left;
background-image:url(../images2/login_bg.png);
background-repeat:repeat-x;
color:#454545;
font-family:"微软雅黑",Georgia, "Times New Roman", Times, serif;
background-color:#FFF;
}
* {
margin:0px;
padding:0px;
}
a {
outline:none;
}
img {
border:none;
}
.clear {
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}
a:link,a:visited {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
ul {
list-style-type:none;
}

/*登录页面样式*/
body {

}
#wraper {
background-image:url(../images2/login_main.png);
background-repeat:no-repeat;
width:956px;
height:545px;
margin:0px auto;
position:relative;
}
#user { position:absolute; top:173px; left:73px; width:766px; height:176px;}
#user_news { width:400px; float:left;}
#user_login { margin-top:30px;}
#user_login table{
float:right;
display:inline;
width:300px;
}
#user_login table tr{
height:36px;
}
#user_login table tr th {
text-align:right;
font-size:14px;
}
#user_login .inputTxt,#user_login .inputVerification {
display:block;
width:164px;
height:28px;
background-image:url(../images2/input1_bg.png);
background-repeat:no-repeat;
}
#user_login .inputVerification{ width:99px; background-image:url(../images2/input2_bg.png);}
#user_login input {border:0px; margin:7px 3px 0px 6px;}
#user_login .inputVerification input {width:83px;}
#user_login table #btns td{
text-align:center;
height:65px;
}
.forgetPW a { font-weight:700; text-decoration:underline; }
.submit_btn {
width:125px;
height:39px;
border:0px;
background-image:url(../images2/btn_ok.png);
background-repeat:no-repeat;
margin:0px 10px;
}

.about
{
	width: 522px;
	margin-top: 18px;
	line-height:20px;
	text-indent:2em;
	font-size:13px;
}
.title { color:White; font-size:14px; font-weight:700; margin-top:10px; margin-left:10px; width:100px;}