@charset "utf-8";
#auth_login_zone{
    /*width:421px;
    height:375px;
    background:url('../images/background_login.jpg') no-repeat center center transparent;
    margin:20px auto 10px auto;
    font-size:11px;*/
	position: relative;
	width: 100%;
	z-index: 10;
/* 	background-image:url('../images/decor/bg_menu.png'); */
/* 	background-repeat: no-repeat; */
/* 	background-position: bottom; */
}
#auth_login_zone p{
    text-align:center;
    padding:0;
    font-size:14px;
/*     font-weight:bold; */
    color:red;
}
#auth_login_zone fieldset{
    border:none;
    padding:8px;
    padding-top:14px;
    margin:0;
}
#auth_login_zone fieldset table{
    width:100%;
}
#auth_login_zone fieldset table th{
    width:90px;
}
#auth_login_zone fieldset input[type=text],#auth_login_zone fieldset input[type=password]{
    width:100%;
    border-top:1px solid #6ea7a9;
    border-left:1px solid #6ea7a9;
    border-right:1px solid #d9e3e5;
    border-bottom:1px solid #d9e3e5;
}
#auth_login_zone fieldset input[type=submit]{
    height:24px;
    width:40px;
    font-size:11px;
    font-weight:bold;
    float:right;
    margin-right:19px;
    color:#396367;
    border:none;
    background:url('../images/button_ok.jpg') no-repeat center center transparent;
}
