.login-form {
	font-family: Arial, sans-serif;
	font-size: 13px;
    padding-left: 17px;
	margin-top:30px;
	color: #626262;
	font-weight:normal;
    padding-bottom: 17px;
}

/* 
input[type=text], input[type=email], input[type=password], textarea {
	background-color:#fff;
	border: 1px solid #bbb;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
	border-color: #666;
}
*/

h1 {
	font-size:15px;
	font-weight: normal;
	color: #2c2c2c;
	margin-bottom:35px;
}

.field {
	margin-bottom:10px;
}
.field label {
	font-size:13px;
}
.field a {
	font-size: 11px;
	color: #444;
	margin-left:5px;
}

/* .field input{
	width: 255px;
	height: 25px;
	margin-top:10px;
} /*

/*.actions input[type=submit] {
	width:145px;
	color: #141414;
	font-size:15px;
	height:29px;
}*/
.actions label {
	font-size:12px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
.actions input[type=checkbox] {
	margin-left:10px;
	margin-right:0px;
	vertical-align:middle;
}

.message {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
	display: none;
}
.message .icon {
	display: inline-block;
	margin: 0px 5px;
	vertical-align: middle;
	width: 12px;
	height: 12px;
}
.message .text {
	vertical-align:middle;
}
.error .icon {
	/* TODO (hatipov) подложить картинку. Стили в этом файле портят другие блоки. Must die*/
    background:url('/Images/stop12x12.png') no-repeat;
}


.editor-label {
    margin-bottom: 8px;   
}

.field .input__input {
    height: 25px;
    line-height: 25px;
    width: 240px;
}

.field-validation-error {
    line-height: 27px;
    vertical-align: top;
    height: 27px;
    margin-left: 8px;
    display: inline-block; 
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    color: red;
    margin-right: 8px;
}