
html, body {margin:0;padding:0;}
body {width:100%;}
/*Login Form*/

.headerLoginForm{
    /*background: url(/img/loginHeadBG.jpg) repeat-x top left;*/
    background: url(/img/auth_toplogobg.gif) repeat-x top left;
    height: 78px;
    text-align: center;
}
.LoginHead{
    font-size: 16px;
    text-align: center;
    font-weight: bold
}
.wrappAutorize{
    width: 520px;
    margin: 18px auto 0 auto;
}
.LoginFormWr{
    width: 520px;
    height: 176px;
    /*background: url(/img/mainAutoriz.jpg) repeat-x top left;*/
	background: url(/img/auth_pfbg.gif) repeat-x top left;
}
.PadTableWr{
    padding: 45px 0 0 132px;
}
.loginForm th{
    text-align: right;
    color:#888888;
    padding:0 5px 8px 0;
}
.loginForm td{
    padding:0 0 8px 0;
}
.loginForm #login, .loginForm #password{
    width: 150px;
    border: 1px solid #cbcbcb;
	height:22px;
	line-height:22px;
	padding-left:2px;
}
.headerLoginFormProject{    
    height: 34px;
    text-align: center;
    padding-top: 6px;
}


.auth_logopic {
	width:33%;
	float:left;
	text-align:center;
}

.auth_logopic.pad_mod {
	padding-top:15px;
}

.alp_first {
	padding-top:11px;
}

.auth_sbm {
	width:62px;

}


/*End Login Form*/