/* form */
.formPart {
	xposition: absolute;
	xwidth: 920px;
}
.actiecodeContainer {
	padding: 10px 0;
	width: 100%;
}
.edit {
	padding: 0;
	width: 100%;
	*margin: 0 0 10px;
}
.actiecodeContainer label,
.edit label {
	display: block;
	float: left;
	width: 160px;
	line-height: 25px;
}
.actiecodeContainer input.actiecode,
.edit input[type=text] {
	border: 1px solid #AAA;
	line-height: 25px;
	height: 25px;
	padding: 0 5px;
	width: 200px;
}
.actiecodeContainer input.actiecode.pageRequired.error,
.edit input[type=text].pageRequired.error {
	border: 1px solid red;
}
.edit.radios span {
	float: left;
	margin: 0 10px 0 5px;
}
input[type=radio] {
	float: left;	
}
.edit input[type=text]#postcode {
	width: 100px;	
}
.edit input[type=text]#huisnummer,
.edit input[type=text]#huisnummerext {
	width: 50px;	
}
span.error {
	color: red;
	font-style: italic;
	margin: 0 0 0 10px;	
}
#reserverenForm span.error {
	clear: left;
	float: left;
	display: block;
	margin: 5px 0 0;
}

/* 2 - luchtfoto's */
.formPart2 input[type=text] {
	border-radius: 5px;	
}
.formPart2 input#postcodePhoto {
	width: 55px;
	float: left;
	clear: left;
}
.formPart2 input#postcodeLetters {
	width: 35px;
	float: left;
	margin: 0 10px 0 5px;
	text-transform: uppercase;
}
.example {
	float: left;
	color: #9A9A9A;
	font-size: 13px;
	line-height: 25px;
	margin: 0 0 0 10px;
}
.formPart2 input#huisnummerPhoto {
	width: 25px;
	float: left;
	clear: left;
}
.formPart2 input#huisnummerextPhoto {
	width: 15px;
	float: left;
	margin: 0 0 0 5px;
}
.formPart2 span.error {
	clear: left;
	float: left;
	margin: 10px 0 0;
}
.formPart2 span.error {
	clear: left;
	float: left;
	margin: 10px 0 0;
}
.formPart2 #postcodePhoto_ERROR {
	position: absolute;
	left: 20px;
	top: 135px;
}
.edit.incasso .checkbox {
	float: left;
	position: relative;
	top: 5px;
	*top: 2px;
	margin: 0 10px 0 0;
}
.edit.incasso label {
	width: auto;
	float: left;
}
.edit.incasso .error {
	float: left;
	display: block;
	line-height: 25px;
}
/* buttons */
.buttons {
	
}
.buttons.footer {
	width: 100%;
	margin: 20px 0;
}
.buttons.footer table {
	margin: 0;	
}
.button {
	display: block;
	cursor: pointer;
	line-height: 35px;
	text-indent: -1000px;
	border: 0;
	overflow: hidden;
	text-align: left;
}
.button:hover {
	
}
.button.vorige {
	background: url(graphics/button_vorige.png) no-repeat;
	width: 153px;
	margin: 0 0 0 20px;
}
.button.volgende {
	background: url(graphics/button_volgende.png) no-repeat;
	width: 180px;
	margin: 0 20px 0 0;
}
.button.addToCart {
	background: url(graphics/button_toevoegen.png) no-repeat;
	width: 190px;
	line-height: 57px;
	margin: 10px 0;
}
#overviewTotal {
	text-align: left;	
}
.button.meerluchtfotos {
	background: url(graphics/button_meerluchtfotos.png) no-repeat;
	width: 210px;
	margin: 5px 0 0 18px;
}
.button.bevestigen {
	background: url(graphics/button_bevestigen.png) no-repeat;
	width: 155px;
	height: 35px;
	margin: 0 20px 0 0;
}
.button.bevestigen {
	background: url(graphics/button_bevestigen.png) no-repeat;
	width: 155px;
	height: 35px;
	margin: 0 20px 0 0;
}
.button.reserveerButton  {
	width: 156px;
	text-indent: 0;
	*background: url(graphics/button_reserveren.png) no-repeat;
}
.button.reserveerButton input,
.button.aanbiedingButton input {
	background: url(graphics/button_reserveren.png) no-repeat;
	width: 155px;
	height: 35px;
	border: 0;
	text-indent: -1000px;
	*text-indent: 0;
	overflow: hidden;
	cursor: pointer;
	*background: none;
}
.button.aanbiedingButton {
	margin: 20px 0 0 20px;
}
.button.aanbiedingButton input {
	background: url(graphics/button_gaverder.png) no-repeat;
	width: 137px;
	top: 0 !important;
}
.button.showLocationPicture {
	background: url(graphics/button_locatie.png) no-repeat;
	width: 173px;
	margin: 15px 0 0;
}

.addText {
	margin-top: 7px;
}