div.fieldform_holder {
	height: 25px;
}

div.fieldform_holder label {
	width: 160px;
	float: left;
	line-height: 15px;
}

div.fieldform_holder input {
	width: 270px;
	height: 15px;
	border: 1px #9e9e9e solid;
}

/* radio buttons */
div.radiobutton_holder {

}

div.radiobutton_holder label {
	width: 160px;
	float: left;
	line-height: 15px;
}

div.radiobutton_holder div.radio_buttons {
	width: 270px;
	float: left;	
	height: 25px;
}

div.radiobutton_holder div.radio_buttons label {
	float: left;
	width: 50px;
	margin: 0 0 0 5px;
	display: inline;
	line-height: 15px;
}

div.radiobutton_holder div.radio_buttons input {
	float: left;
	width: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 15px;
}

/* Voorletter(s) / Achternaam */
div.naam_field_first {
	margin: 0 10px 0 0;
	float: left;
}

div.naam_field_first input {
	width: 85px;
}

div.naam_field_last {
	float: left;
}

div.naam_field_last input {
	width: 173px;
}

/* straatnaam */
div.straat_field_first {
	margin: 0 10px 0 0;
	float: left;
}

div.straat_field_first input {
	width: 208px;
}

div.straat_field_last {
	float: left;
}

div.straat_field_last input {
	width: 50px;
}

/* postcode */
div.postcode_field_first {
	margin: 0 10px 0 0;
	float: left;
}

div.postcode_field_first input {
	width: 85px;
}

div.postcode_field_last {
	float: left;
}

div.postcode_field_last input {
	width: 173px;
}

/* Textfield */
div.textarea_holder {
	
}

div.textarea_holder label {
	width: 160px;
	float: left;
}

div.textarea_holder textarea {
	width: 270px;
	height: 100px;
	border: 1px #9e9e9e solid;
	margin-bottom: 5px;
}

/* Submit */
div.submitbutton input {
	width: 85px;
	line-height: 15px;
	margin-left: 160px;
}

#uploadedfiles {
	width: 430px;	
	background-color: #fff;
}

#uploadedfiles .uploadedfilename {
	color: #000;
	line-height: 16px;
}

.offersendbutton,.printbutton {
   float: left;
   width: 165px;
   height: 35px;
	display: block;	
}

div.printbutton {
	margin-top: 2px;
}

a.offerbutton, .offersendbutton .submit input {
	padding: 5px 20px 5px 20px;
	border-bottom-width: 0;
	border-right-width: 0;
	color: #000000;
	background-color: #cccccc;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
	font-size: 12px;	
	height: 28px;
}

#btnUpload{
	padding: 5px 20px 0px 20px;
	border-bottom-width: 0;
	border-right-width: 0;
	color: #000000;
	background-color: #cccccc;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
	font-size: 12px;	
	height: 28px;
}

.offerbuttonspacer {
   float: left;
   width: 112px;
   height: 35px;
}

div.offersendbutton .submit input,div.printbutton a.offerbutton {
   cursor: pointer;
	border: 0;
}

div.uploadbutton {
	cursor: pointer;
}

label.error,.message {
	color: #ff0000;
}

.swfupload {
		z-index: 1;
}
