/**
 * EZcontact
 * General stylesheet
 * 
 * (c) EZdesign.de
 *
 * Author:   Timo Besenreuther
 * Created:  2009-04-20
 * Modified: 2009-08-03
 */


#ezcontactForm td {
	padding: 0 0 4px 0;
	vertical-align: middle;
}

#ezcontactForm td.ezcontactLeft {
	width: 80px;
}

#ezcontactForm input,
#ezcontactForm textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	padding: 1px 2px;
	margin: 0;
	border: 1px solid #707070;
	background: white;
	width: 400px;
}

#ezcontactForm input.checkbox {
	width: auto;
	margin-right: 3px;
}

#ezcontactForm input.submit {
	width: auto;
}

#ezcontactForm textarea {
	margin: 10px 0;
}

#ezcontactForm .hover {
	border: 1px solid #0A349C;
}

#ezcontactForm .focused {
	background-color: #F2F4F9;
	border: 1px solid #0A349C;
}


#ezcontactError {
	display: none;
	border: 1px solid red;
	padding: 4px 6px;
	margin-bottom: 14px
}