div.page_container {
	padding: 48px 13px 30px 56px;
}

td a img{
	/*padding-top: 3px;*/
	padding: 3px;
}

td a:hover > img{
	padding: 0px;
	border: 3px solid #204F7B !important;
}

tr.custom_forms_element_row_type_text td input {
	margin: 0px;
	padding: 0px;
	border: 1px solid #e4e4e4;
}

tr.custom_forms_element_row td textarea {
	margin: 0px;
	padding: 0px;
	border: 1px solid #e4e4e4;
	
	width: 270px;
	height: 125px;
}

tr.custom_forms_element_row td input.button {
	margin: 19px 0px 0px 0px;
	padding: 0px;
	width: 148px;
	height: 27px;
	border: 0px none;
	
	cursor: pointer;
	
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

tr.custom_forms_element_row td input.btnnld {
	background-image: url('../../site_images/sendform_nld.png');
}

tr.custom_forms_element_row td input.btneng {
	background-image: url('../../site_images/sendform_eng.png');
}

tr.custom_forms_element_row td input.btnfra {
	background-image: url('../../site_images/sendform_fra.png');
}

tr.custom_forms_element_row td input.btnspa {
	background-image: url('../../site_images/sendform_spa.png');
}

tr.custom_forms_element_row td input.btnnld:hover {
	background-image: url('../../site_images/sendform_nld_hover.png');
}

tr.custom_forms_element_row td input.btneng:hover {
	background-image: url('../../site_images/sendform_eng_hover.png');
}

tr.custom_forms_element_row td input.btnfra:hover {
	background-image: url('../../site_images/sendform_fra_hover.png');
}

tr.custom_forms_element_row td input.btnspa:hover {
	background-image: url('../../site_images/sendform_spa_hover.png');
}

tr.custom_forms_header_row td span.greytext {
	color: #c4cbe0;
}



dd{
	margin: 0px;
}
.contactForm .zend_form select,
.contactForm .zend_form input[type="text"]{
	margin: 0px;
	padding: 0px;
	border: 1px solid #acacae;
	width: 271px;
	margin-bottom: 17px;
	height: 25px;
	line-height: 25px;
}

.contactForm .zend_form textarea{
	margin: 0px;
	padding: 0px;
	border: 1px solid #acacae;
	width: 270px;
	height: 125px;
}


.contactForm #second_name-element input,
.contactForm #second_adress-element input{
	display: none;
}

.contactForm #question-label{
	margin-top: 20px;
}

.contactForm ul.errors {
	position: relative;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.contactForm ul.errors li{
	position: absolute;
	right: 40px;
	top: -43px;
	font-size: 11px;
	color: red;
	list-style: none;
	line-height: 25px;
	height: 25px;
}

.contactForm #captcha-element ul.errors li{
	margin-top: -1px;
	font-size: 11px;
	color: red;
	list-style: none;
	position: relative;
	top: -7px;
	left: -37px;;
}

#reasonreturn-element ul.errors{
	position: relative;
	left: 205px;
	top: -52px;
}











