/* *********************
	CONTACT FORM
************************

IN SEPARATEM FILE!

*/


/* *********************
  CONTACT FORM ELEMENTS
********************* */




.cell_contactform {
	padding-left: 20px;
	padding-right: 40px;
}

.cell_tcontactform_table {
	display: table;
	width: 100%;
}

.cell_tcontactform_table .row {
	display: table-row;
}

.cell_tcontactform_table .cell1, .cell_tcontactform_table .cell2 {
	display: table-cell;
	/*border: solid;
	border-width: thin;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 60px;
}
.cell_tcontactform_table .cell2 {
	vertical-align: top;
}

.cell_tcontactform_table .cell1 {
	width: 20%;
	min-width: 100px;
	max-width: 190px;
	
	text-align: right;
}

.cell_tcontactform_table .cell1 img {
	max-width: 80px;
	padding-right: 40px;
}

.cell_contact_telnr {
	padding-top: 15px;
}


.cell_contact_map {

}



.form_alert {
	width: 80%;
	display: none;
	/* background-color: orange; */
	padding-bottom: 14px;
}

/* Form fields */
.form_text {
	width: 80%;
	/* padding-bottom: 14px; */
	background-color: #AEC8DC;
	border: 0px;
	padding: 10px;
	margin-bottom: 14px;
	padding-left: 10px;
	font-size: 16px;
	color: #005192;
}
.form_textarea {
	width: 80%;
	height: 200px;
	background-color: #AEC8DC;
	font-size: 16px;
	color: #005192;
	font-family: Verdana;
	border: 0px;
	padding: 10px;
	padding-right: 0px;
	margin-right: -5px;
	margin-bottom: 14px;
}


/* Captcha */
.form_cell_captcha {
	width: 80%;
	background-color: #AEC8DC;
	padding-left: 10px;
	line-height: 40px;
	color: #005192;
}
.form_img_captcha {
	margin-bottom: -8px;
}
.form_text_captcha {
	font-size: 16px;
	background-color: #AEC8DC;
	border: 0px;
	color: #005192;
	padding-left: 10px;
	max-width: 160px;
}

.form_submit {
	margin-top: 14px;
	line-height: 40px;
	background-color: #005192;
	border: 0px;
	color: #FFFFFF;
	cursor:pointer;
	 
	font-size: 18px;
	font-weight: bold;
	
}



.form_fieldtitle_ie {
	display: none;
}


