
#layout, .layout {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	padding: 25px;
	text-align: left;
	width: 480px;
	min-height:220px;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index:101;
	margin: -135px 0 0 -265px;
}


.reg
{
width:400px; /*Ширина блока*/
    min-height:500px; /*Высота блока*/
    margin:0 auto;
    overflow:visible;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-240px; /*Смещаем блок на половину всей ширины влево*/
    margin-top:-250px; /*Смещаем блок на половину высоты вверх*/
/*	min-height:500px;
	margin: -215px 0 0 -265px;*/

}

.forgot
{
	min-height:150px;
	margin: -175px 0 0 -265px;
}


#layout form .title .registration_link,
.layout form .title .registration_link {
    display: block;
    float: right;
    margin-top: 7px;
	color: #6DA3BD;
	font-size:12px;
}

#layout form .title h1,
.layout form .title h1 {
    color: #3C3C3C;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

form .item {
    margin-bottom: 25px;
}


form .item a {
    color: #6DA3BD;
}

form .item label {
    color: #424242;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 7px;
}

form .item input[type="password"], form .item input[type="text"] {
    border: 1px solid #D9D9D9;
    color: #3B3B3B;
    display: block;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    text-indent: 5px;
    width: 100%;
}



#layout form .buttons .remind_password,
.layout form .buttons .remind_password {
    float: right;
    margin-top: 10px;
color: #6DA3BD;
font-size:12px;
}

#layout form .buttons .resend_activation,
.layout form .buttons .resend_activation {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
color: #6DA3BD;
font-size:12px;
}


.overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
background-color: #000000;
opacity: 0.75;
}


form .item .error {
    color: #FF7058;
    display: block;
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
 color: red;
}

