﻿body 
{
    padding:0;
    margin:0;
    font-size:12px;
    font-family:"宋体" Arial Times New Roman;
}

#main
{
    width:1000px;
    height:508px;
    margin:0 auto;
    background:url(../Images/login4.png) no-repeat center center;
    overflow:hidden;
}

#footer
{
    height:40px;
    line-height:30px;
    text-align:center;
    color:#888;
}

.logform
{
    width:283px;
    height:370px;
    margin-left:630px;
    margin-top:120px;
    overflow:hidden;
}

.inputarea
{
    height:28px;
    line-height:28px;
    margin-top:5px;
    text-indent:2em;
    font-size:14px;
    font-weight:bold;
    color:#033981;
}
.inputarea input 
{
    border:1px solid #084689;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    width:150px;
}
.inputarea select
{
    border:1px solid #084689;
    height:25px;
    line-height:25px;
    vertical-align:middle;
    width:150px;
}
select
{



}
.inputarea img
{
    vertical-align:middle;
    margin-left:5px; 
    height:23px;
    width:60px;
}

#btnarea
{
    height:34px;
    margin-top:20px;
    text-align:center;
}

.btn
{
    width:90px;
    height:35px;
    color:White;
    font-weight:bold;
    background:url(../Images/but1.jpg) no-repeat left center;
    border:none;
    cursor:pointer;
}
.error
{
    font-size:12px;
    color:Red;
}
#errorSummary
{
    width:65%;
    margin:10px auto;
    text-align:left;
}

a:link, a:visited
{
	color: #01458E;
	text-decoration: none;
}
a:active, a:hover
{
	color: #f30;
	text-decoration: underline;
}
