/* -------------- contact page ----------------- */

#adres {
	width: 400px;
}

legend {
	display: none;
}

#adres h3 {
	font-size: 1.6em;
	color: #00aeef;
	margin-bottom: 0.5em;
}

#adres ul, #adres address, #adres p, #contact_form label, form p {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #525252;
}

#contact_form, #success {
	float: right;
	width: 500px;
}

#success {
	width: 350px;
}

input, textarea {
	padding: 4px;
	width: 200px;
	border: 1px solid #00aeef;
	background-color: #ffffff;
	margin: 2px 0 10px 0;
	color: #525252;
	display: block;
	font-size: 1.1em;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

#sendit input {
	width: 110px;
	background-color: #00aeef;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

textarea {
	width: 400px;
}

input:focus, textarea:focus {
	border: 2px solid #000000;
	color: #000000;
	padding: 2px;
}

.hiddenFields {
	display: none;
}

.requiredMarker {
	font-weight: bold;
	color: #000000;
}

#success {
	font-size: 1.1em;
	background-color: #00aeef;
	padding: 20px;
}

#contact_form .error {font-size:0.9em;color: red; display:  block;margin:  -3px 0 4px 0;}
input.error, textarea.error {border: 2px solid red;}

label img {display: block;margin: 22px 135px 0 0; float:  right;}
