/* Define the form layout */
table.zend_form {
	float: left;
	width:100%;
	border-collapse:collapse;
	padding:0;
	margin:0 0 40px 0;
}

table.zend_form td {
	vertical-align: top;
	text-align:left;
	padding:2px 0;
}

label.required:after {
	color: #F00;
	content: ' *';
}

/* Input fields style */
table.zend_form input, table.zend_form select, table.zend_form textarea {
	padding:3px 1px;
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#000;
	margin:1px 0;
}

table.zend_form input{
	border:1px solid #b6b6b6;
}

table.zend_form select{
	border:1px solid #b6b6b6;
}

table.zend_form textarea{
	border:1px solid #b6b6b6;
	resize:none;
}

table.zend_form .inputSubmit{
	background:#3490d6;
	width:254px;
	font-size:14px;
	height:34px;
	border:1px solid #3490d6;
	text-align:center;
	cursor:pointer;
	color:#fff;
}

.formMessageSent{
	font-weight:bold;
	color:#30942e;
	font-size:15px;
}

/*contact*/

#contact table.zend_form input.inputText, #contact table.zend_form input.inputAntispam{
	width:250px;
	height:20px;
}

#contact table.zend_form select{
	width:204px;
	height:30px;	
}

#contact table.zend_form .inputTextarea{
	width:260px;
	height:140px;
}

#contact td#naam-label, #contact td#antispam-label{
	width:175px;
	padding-right:20px;	
}


/* Errors */
.inputError {
	border: #F00 1px solid;
	background-color: #FCC;
}

ul.errors {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

ul.errors li {
	margin: 5px 0;
	width: 260px;
	list-style: none;
	border: #F00 1px solid;
	background: url('../images/icons/arrow_turn_left_up.png') 3px center no-repeat;
	background-color: #FCC;
	padding: 2px 5px 2px 23px !important;
}

.ui-state-error {
	background-color: #FCC;
}

.submitButtonHolder{
	float:left;
	width:auto;
}

