body{
	font-family: Tahoma,Verdana;
}
#hd {
    background: url(../images/schLoginHdBg.png) 50% 50% no-repeat;
    background-color: #16A3EB;
    height: 182px;
    width: 100%;
    border-bottom: 5px solid #bbb;
}
#hd2 {
    background: url(../images/schLoginHdBg2.png) 50% 50% no-repeat;
    background-color: #16A3EB;
    height: 182px;
    width: 100%;
    border-bottom: 5px solid #bbb;
}

#bd {
    height: 400px;
    width: 100%;
    /*background: url(../images/schLoginBdBg.png) 0% 0% repeat-x;*/
    margin: auto;
}

#bd #leftRight {
    height: 400px;
    width: 987px;
    margin: 0 auto 20px;
}

#bd #leftRight #ads {
    width: 502px;
    height: 370px;
    float: left;
}

.avatar {
    float: left;
    _display: inline;
    width: 120px;
    height: 87px;
    margin: 5px 5px -1px 0;
	*margin: 0 0 -25px 0;
    text-align: center;
}

.avatar a {
    display: block;
    width: 100%;
    height: 87px;
    padding-top: 30px;
    background: yellow;
    background: url(../images/adsItemBg.png) 0% 0% no-repeat;
	cursor: default;
}

.avatar a span.adsItemWord {
    display: block;
    width: 107px;
    height: 24px;
    margin-left: 7px;
}

#loginForm {
    background-color: white;
    background-image: url(../images/schLoginBdBg.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    border: 4px solid #61930E;
    width: 360px;
    height: 400px;
    /*float: left;
    margin: -50px auto auto 80px;*/
	position: absolute;
	left: 53%;
	top: 140px;
	z-index: 2;
}

#loginForm label {
    font-weight: bold;
    width: 100px;
    float: left;
    text-align: right;
}

#loginForm input {
    font-weight: bold;
}

#loginForm #loginMsg{
	padding-left:90px;
	font-size: 13px;
	color: red;
}

.separator {
    width: 90%;
    margin: 5px auto;
    border-top: 1px dashed #aaa;
}

.normalCenterWord {
    width: 100%;
    text-align: center;
	font-size: 14px;
}

.normalCenterWord a{
	color: #3B97BA;
	text-decoration: none;
}
.normalCenterWord a:hover{
	color: blue;
}

#ft {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    _bottom: 2px;
    background: #F0F5F7;
    border-top: #E4E9EA solid 2px;
	text-align: center;
	font-size: 13px;
	color: #979A9B;
}
#ft a{
	color: #979A9B;
}
#ft p{
	margin-top:3px;
}
