.content h3 {
	padding: 0px;
	font-size:12px;
}

.phones_block {
	background:#EBF4FB none repeat scroll 0 0;
	border:2px solid #B7DDF2;
	padding:10px;
	width:457px;
	margin-top:14px;
	margin-bottom:14px;
}

.link {
	font-weight: normal;
	text-decoration: none;
	color: #DC6D01;
	font-size:12px;
}

.icon {
	vertical-align: text-bottom;
	padding-right: 5px;
	background-color: none;
}

/*--------------- FROM ELEMENT ------------------ */
.form_label {
	display:inline;
	text-align: right;
	position: relative;  
	float: left;  
	width: 10em;  
	margin-right: 1em;
	padding-top:15px;
	font-size: 12px;
}

select {
	margin-top:13px;
	margin-right: 10px;
	font-size:12px;
}


.div_header {
	height: 21px;
	width: 520px;
	background: url('/images/div_header_bg.png') no-repeat;
	padding-left: 8px;
	padding-top: 8px;
	color: #ffffff;
	float: left;
	margin-top:10px;
}
.div_content {
	width: 520px;
	padding-left: 19px;
	padding-top: 19px;
	/*padding-bottom: 19px;*/
	background: url('/images/div_bg.png') repeat-y;
	font-size: 14px;
	float: left;
	clear: both;
}
.div_bottom {
	width: 520px;
	height: 7px;
	background: url('/images/div_bottom_bg.png') no-repeat;
	float: left;
	margin-bottom: 30px;
}

br.clear { clear: both; line-height:0; height:0; }

input, textarea
{
	font: normal 12px Arial, Tahoma, sans-serif;
	color: #777777;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	/*display: block;*/
	border: 1px solid #cccccc;
	width: 180px;
	height: 14px;
}

textarea
{
	font: normal 1.2em Arial, Tahoma, sans-serif;
	height: 150px;
}

input:focus, textarea:focus
{
	border: 1px solid #aaaaaa;
}

.error_block {
	background:#FBE3E4 none repeat scroll 0 0;
	margin-bottom :10px;
	border:2px solid #FBC2C4;
	color:#8A1F11;
	padding:10px;
	width:457px;
}

.error_block li {
	list-style-image: none;
}


