/*----------------------------------------------------------------------------------------
contact.css
----------------------------------------------------------------------------------------*/

/* typography
----------------------------------------------------------------------------------------*/
h1.sifr { height: 70px; }
#content .column_a ol li.error {
	font-size: 1.2em;
	color: #d74487;
}

#content p.message {
	font-size: 1.4em;
	color: #d74487;
}
/* #content
----------------------------------------------------------------------------------------*/
#content .content_head { 
	background: url(../img/bg/bg_content_head_contact.jpg) no-repeat right top; 
	height: 194px;
}

/* .module
----------------------------------------------------------------------------------------*/
.module.contact .adr  em {
	font-weight: bold;
	font-style: normal;
	color: #6dc067;
}

/* .map
----------------------------------------------------------------------------------------*/
.map { margin: 0 0 30px 0; }

/* fieldset.common
----------------------------------------------------------------------------------------*/
fieldset.common .field.opts  { 
	background: url(../img/bg/bg_arrow_field_opts.gif) no-repeat left top;
	padding: 0 44px 0 28px;
	height: 31px;
	margin: -14px 0 18px 0;
}
	fieldset.common .field.text textarea { height: 215px; }
	fieldset.common .field.opts input { margin-top: 16px; }
	fieldset.common .field.opts label { margin-top: 16px; }

#email2 { display: none; }