/* NICEFORM STYLESHEET
 * ----------------------------------------------------------
 * Default form styling, extend it, it's yours!
 * ----------------------------------------------------------
 * Inventis - Web Architects - We design the Web!
 * www.inventis.be
*/

/* Formulieren
---------------------------------------------------------- */
div.niceForm div.error{display:block; clear:both; float:left; margin-top:5px; color:#FED700; padding-left:20px; background:url(../images/layout/niceform/error.png) no-repeat 0 0;}
div.niceForm span.info{display:block; clear:both; float:left; margin:5px 0px 5px 0px; padding-left:20px; background:url(../images/layout/niceform/information.png) no-repeat 0 0;}
div.niceForm div.errorMessage{border:1px solid #e6b0b0; background:#f6eaea url(../images/layout/niceform/error.png) no-repeat 5px 2px; padding:5px; padding-left:35px; color:#e64040; margin:5px 0 15px;}

div.niceForm form fieldset { margin: 10px 0 15px;}
div.niceForm form fieldset legend { color: #e2edfa; font-size: 14px; background: url(../images/layout/dotted_tile.gif) bottom repeat-x; line-height: 22px; margin: 10px 0; line-height: 25px; font-weight: bold; padding-right: 10px; }


div.niceForm form{width:438px;}
div.niceForm form div.entry{clear:both; overflow:hidden; margin:0 0 8px;}
div.niceForm form div.entry input{width:430px; border:2px solid #6c9bd9; height:22px; padding:3px 2px 0;}
div.niceForm form div.entry label{clear:both; display:block;}
div.niceForm form div.entry select{height:23px; border:2px solid #6c9bd9;}
div.niceForm form div.entry option{height:23px; line-height:23px;}
div.niceForm form div.entry textarea{border:1px solid #c7d8e0; height:115px;  padding:3px 2px 0; width:430px; border:2px solid #6c9bd9; }
div.niceForm form div.entry div.checkboxes{display:block; clear:both;}
div.niceForm form div.entry div.checkboxes input{width:auto; float:left; clear:left;}
div.niceForm form div.entry div.checkboxes label{width:auto; float:left; clear:right; margin:3px 0px 0px 3px;}
div.niceForm form div.btn{clear:both; overflow:hidden; margin:0 0 8px;}
div.niceForm form div.btn p { float: left; }
div.niceForm form div.btn input.send{float:right; border:0; cursor:pointer; width:74px; height:23px; background:url(../images/layout/verzenden_submit.png) no-repeat 0 0;}
div.niceForm form div.btn input.send:hover{background:url(../images/layout/verzenden_submit.png) no-repeat left bottom;}

/* Captcha
---------------------------------------------------------- */
div.niceForm form div.entry.captcha input { width: 318px; float:left; }
div.niceForm form div.entry.captcha img { vertical-align: middle; display:inline; border: 2px solid #6c9bd9; margin-left: 5px; }

#addressField {display:none;}
