﻿/* ----- блок зоны аутентификации пользователя -----*/
.LoginDiv
{
	position: relative;
	top: 80px;
	
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;

}
.LoginDiv #header
{
    display: none;
}
.LoginDiv #footer
{ 
	padding: 10px; 
	text-align: center;
	margin-top: 1em;
}

.LoginDiv .Button
{
    background: #DBE8F4 url('images/bg_btn_blue_grad.png') repeat-x left bottom;
    border: none;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 7px 4px;
    width: 120px;
    height: 27px;
    line-height: 24px;
    cursor: pointer;
}

.LoginDiv .Button:hover
{
    cursor: pointer; 
    background: #DBE8F4 url('images/bg_btn_blue_grad_hover.png') repeat-x left bottom;
    color: #666;
}

.LoginDiv #LoginLogo
{
    display: none;
}
.LoginDiv #input
{
	/*color: #003A6D;
	margin-top: 30px;
	margin-left: 130px;
	min-height: 90px;*/
}

.LoginDiv .Label 
{
	float: left; 
	width: 180px;
	text-align: right;
	margin-right: 5px;
	
	text-align: right;
	margin-right: 12px;
	font-size: 13px;
	line-height: 30px;
	font-style: normal;
	font-weight: bold;
	color: #134699;
}

.LoginDiv .Edit
{
	min-height: 30px;
	
	font: 12px/30px Verdana, Arial, Helvetica, sans-serif ;

    margin-bottom: 10px;
}

.LoginDiv .Edit input
{
	width: 200px;
	
	border: 1px solid #CCC;
	padding: 4px 6px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-top: -3px;
}

.LoginDiv .Edit span
{
	display: block;
	font: 10px/12px Tahoma, Verdana, Helvetica, sans-serif ;
	color: #A66100;
	
}

.ErrorDiv
{
	font: 10px/12px Tahoma, Verdana, Helvetica, sans-serif ;
	color: #A66100;
	height: 90px;
	
}
/* ----- ... -----*/
