/* formstyle - styles for the consultation and enewsletter forms themselves (not the surrounding divs) */

form {
	
}

label {
	display:block;
	margin-top:6px;
}

input[type=image] {
	display:block;
	margin:20px 0 0 90px;
}

input[type=text] {
	width:250px;
	background:#f8e0ee;
}

textarea {
	width:450px; height:110px;
	background:#f8e0ee;
}


p.emailFormError {
	color:red;
	font-size:10px;
	margin-top:2px;
	width:250px;
}


#containerInternal.containerInternal_formconsultations p{
	margin-top:3px;
	margin-bottom:6px;

}