#auth_page{
	height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
	/*background:url(../images/test/1_var.jpg) top center no-repeat;*/
}


#auth_page > img{
	height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

#auth_page #auth_form{
	background: none repeat scroll 0 0 #F2F2EA;
    border: 1px solid #D7D7D7;
    border-radius: 12px 12px 12px 12px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 25%;
    width: 310px;
	padding-top:3px;
}

#auth_page #auth_form form{
	border-bottom: 1px dashed #9C9C9C;
    padding: 8px 30px 20px;
    position: relative;
    width: 250px;
}

#auth_form form p{
	color: #4A4946;
    font: bold 16px Tahoma;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

#auth_form form p span{
	background-image:url('../../images/admin/question.png');
	display:inline-block;
	width:13px;
	height:12px;
	position:relative;
	top:-10px;
	left:-10px;
}

#auth_form form label{
	color: #777777;
    display: inline-block;
    font: bold 12px Tahoma;
    letter-spacing: 1px;
    padding-top: 0;
}

#auth_form form input{
	border: 1px solid #D7D7D7;
    border-radius: 5px 5px 5px 5px;
    color: #b6b6b6;
    font: 12px Tahoma;
    height: 30px;
    padding: 0 10px;
    width: 230px;
}

#auth_form form button{
	background-image: url("../../images/enter.jpg");
    border: 0 none;
    bottom: 22px;
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: 30px;
    width: 52px;
}

#auth_form form span{
	color: #FF0000;
    display: none;
    font: 8px Tahoma;
    margin-top: 4px;
    position: absolute;
}

#auth_form > p {
	background: none repeat scroll 0 0 #DFDFD5;
    border-radius: 0 0 12px 12px;
    color: #777777;
    font: 8px Tahoma;
    height: auto;
    padding: 5px 30px 10px;
}

#auth_form > p br:first-child{
	display: block; 
	margin-bottom: 5px;
}

#auth_form > p span{
	bottom: 5px;
    position: absolute;
    right: 29px;
}

/*=========================================*/
/********FOR CLIENT AUTHORIZATION***********/
/*=========================================*/

