﻿/* File Created: сентября 4, 2013 */

.recoveryBlock {
    margin: 0 15px 0 15px;
}

.recoveryH1 h1 {
    margin: 0;
}

.recoveryH1 {
    margin: 30px 25px 0 25px;
}

.recoveryBorder {
    border: 1px solid #75c5f0;
    height: 0px;
}

.recoveryForm {
    margin: 0 auto 35px;
	width: 800px;
}

.recoveryForm h1 {
    text-align: center;
    margin: 30px 0;
}

.recoveryForm table {
    margin: 16px 0 0 0;
}

.recoveryForm input[type=text] {
    width: 500px;
}

.recoveryCaptcha {
    width: 245px; 
	margin: 15px auto; 
	text-align: center;
}

.recoveryCaptcha a{
    color: #75c5f0;
    bottom: 17px;
    position: relative;
}

.recoveryCaptcha input[type=text]
{
	width: 218px;
	margin: 8px 0 0 0;
}

.borderForm
{
	width: 100%;
	margin: 0px 33px;
}

.errorRecovery {
    color: red;
    font-size: 18px;
    text-align: center;
}

.errorRecovery ul {
    list-style: none;
}

.recoverySendMail {
    font-size: 16px;
    color: #1F1A17;
    text-align: center;
    margin: 50px 0 0 0;
    width: 970px;
    font-weight: 900;
}

.recoverySendMail a {
    font-weight: 100;
}