html{
	width: auto;
	height: auto;
	
}
body{
	background: #FFF;
	background-image: none;
	color: #999;
	width: auto;
	height: auto;
}
p{margin-bottom: 30px;}
h1{color: #2E3191; margin-bottom: 20px;}
h3{color: #4F81C3; margin-top: 80px;}

h2{background: url(../img/core/check.png) no-repeat; padding-left: 60px; font-weight: normal; font-size: 18px; color: #d3cbcb; }

div#form{margin: 50px 30px; width: 470px; float: left;	}

.textarea, input.text{background: url(../img/core/input-bg-blue.png) repeat-x; color: #4D4D4D; font-size: 12px; font-family: "Helvetica Neue",Helvetica,sans-serif;}
.textarea{background-repeat: repeat; border: 0; width:350px; margin-bottom: 10px; padding: 2px 5px;  }

input.send{border: 0; background: url(../img/core/btn-verzenden.png) no-repeat; width: 87px; height: 40px; cursor: pointer; float: right; }

div#rightform{padding: 0 30px;  margin-top: 160px; float: left; border-left: 1px solid #edf1fa;}
div#rightform p{color: #B3B3B3; width: auto; margin-left: 0; margin-bottom: 0;}

/* ------------------------------------------------------------------ 
*
* HANDLE VALIDATION
*
 ------------------------------------------------------------------*/
div.error,.booking div.error{ margin:0 0 10px 110px; width: 360px; }
div.error label.error{margin: 0;  background: url(../img/core/smallOff.png) no-repeat 10px 10px; width: auto; text-transform: none;  color: #de3917;}