﻿.LoginElements{
width:360px;
padding:0px;
height:38px;
line-height:38px;
}

.blank{
	height:20px;
}

.center{
	margin: 0 auto;
}

.loginInput{
	border:1px solid #323230;
}

#LoginContent {
background-image: url(../Images/LoginBg.jpg);
background-size:100%;
height:auto;
}

#LoginForm{
background-image:url(../Images/LoginElements.jpg);
width:500px;
height:300px;
font:16px "微软雅黑";
color:#323230;

}

#UserTopMargin{
padding-top:15px;
width:300px;
}

#LoginButton{
width:250px;
height:40px;
line-height:40px;
text-align:center;
vertical-align:middle;
}

#LoginButton input{
display:inline-block;
background-color:#056DAC;
width:90px;
height:28px;
margin-left:0px;
font:14px  "微软雅黑";
color:#ffffff;
border:1px solid #ffffff;
}

#Tel-QQ{
width:460px;
}

#Tel{
width:220px;
float:left;
border:0px solid gray;
}

#TelImg{
background-image:url(../Images/Tel.jpg);
width:61px;
height:61px;
float:left;
}
#TelText{
float:left;
margin-left:10px;
height:61px;
line-height:61px;
}

#TelWord{
font:14px "微软雅黑";
color:#ffffff;
height:30px;
line-height:30px;
}

#TelNumber{
font:18px "微软雅黑";
color:#ffffff; 
font-weight:bold;
}

#QQ{
width:220px;
float:right;
border:0px solid gray;
}

#QQImg{
background-image:url(../Images/QQ.jpg);
width:61px;
height:61px;
float:right;
}

#QQText{
float:right;
margin-left:10px;
}

#QQWord{
font:14px "微软雅黑";
color:#ffffff;
height:30px;
line-height:30px;
}

#QQNumber{
font:18px "微软雅黑";
color:#ffffff; 
font-weight:bold;
}

#Links{
width:520px;
font:16px "微软雅黑";
color:#323230;

text-align:center;
}

#Links label{
display:inline-block;
width:80px;
}

#Links a:link,a:visited{
text-decoration:none;
font:16px "微软雅黑";
color:#323230;
}

#Links a:hover{
text-decoration:none;
font:16px "微软雅黑";
color:#0000ff;

}