﻿/* CSS Document */
body {
font-size:12px;
text-align:left;
background-image:url(../../images/admin/login_bg.png);
background-repeat:repeat-x;
color:#454545;
font-family:"微软雅黑",Georgia, "Times New Roman", Times, serif;
background-color:#f5f5f5;
}
* {
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(../../images/admin/login_main.png);
background-repeat:no-repeat;
width:584px;
height:545px;
margin:0px auto;
position:relative;
margin-top:8px;
}
#user { position:absolute; top:236px; left:300px; width:270px; height:176px;}
#user_news { width:378px; float:left;}
#user_login {

}
#user_login table{
float:right;
display:inline;
width:235px;
}
#user_login table tr{
height:36px;
line-height:36px;
}
#user_login table tr th {
text-align:right;
font-size:14px;
}
#user_login .inputTxt,#user_login .inputVerification {
display:block;
width:150px;
height:25px;
background-image:url(../../images/admin/input1_bg.png);
background-repeat:no-repeat;
}
#user_login .inputVerification{ width:90px; background-image:url(../../images/admin/input2_bg.png);}

#user_login input {border :none 0px;}
#user_login .inputVerification input {width:84px;}
#user_login table #btns td{
text-align:center;
height:65px;
}
.submit_btn {
width:90px;
height:34px;
border:0px;
background-repeat:no-repeat;

text-indent:-9999;
margin:0px 10px;
cursor:pointer;
}
.footer { color:#FFF; height:35px; line-height:35px; background-color:#666; text-align:center; position:relative ; bottom:0px; width:100%;}

