/* @override http://cechomor.localhost/inc/css/form.css */

.form .line{
	text-align: right;
}

.form label{
	display: block;
	float: left;
	font-weight: bold;
}

.form input.text, 
.form textarea{
	width: 440px;
	padding: 3px;
	border: 1px solid #7c5c3f;
	margin-bottom: 10px;
}

.form input.button{
	border: none;
	color: #fff;
	background-color: #d61616;
	padding: 5px 20px;
}

.form input.button:hover{
	background-color: #3a2704;
	cursor: pointer;
}

.form .errors{
	padding: 5px;
}

.form .errors{
	color: #d82424;
}