﻿body 
{
    font-family:Arial;
    font-size:12px;
    background-image:url(../image/background.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    padding:0px;
    margin:0px;
}
#Title
{
    width:100%;
    height:67px;
    background-image:url(../image/Top-t.jpg);
    background-position:1024px top;
    background-repeat:repeat-x;
}
#Content
{
    background-color:#ffffff;
    width:370px;
    margin:0 auto;
    margin-top:48px;

}
#Content .head
{
    color:#002878;
     font-weight:bold;
     font-family:黑体;
     padding-top:25px;
    padding-bottom:20px;
    font-size:20px;
    text-align:center;
}
#Content .formInfo
{
    padding-left:40px;
}
#Content a
{
    color:#508cbe;
    text-decoration:underline;
}
label.error
{
	color:Red;
	float:none;
	width:auto;
	margin:0;
	padding:0;
    display:inline;
}
.bottom
{
        
    height:243px;
   
    background-image:url(../image/bottom.jpg);
    background-position:center 100%;
    background-repeat:no-repeat;
}
.top
{
    background-image:url(../image/up.jpg);
    background-position:center 0;
    background-repeat:no-repeat;
}
.left
{
    background-image:url(../image/left.jpg);
    background-position:left 0;
    background-repeat:no-repeat;
}
.right
{
    background-image:url(../image/right.jpg);
    background-position:right 0;
    background-repeat:no-repeat;
}
label
{
    display:block;
    float:left;
    width:80px;
    text-align:right;
    padding-right:10px;
    margin:3px 0;
}
input.text
{
    padding:0 0 0 3px;
    width:130px;
}
input
{
  margin:3px 0;
}
input.submit
{
    width:60px;
    height:25px;
    margin:15px 0 0 200px;
}
.red
{
    color:Red;
}