/* NICEFORM STYLESHEET
 * ----------------------------------------------------------
 * Default form styling, extend it, it's yours!
 * ----------------------------------------------------------
 * Inventis - Web Architects - We design the Web!
 * www.inventis.be
*/

/* Formulieren
---------------------------------------------------------- */
form.niceForm span.error{display:block; line-height:16px; font-style:italic; float:right; color:#e64040; padding-left:20px; background:url(../images/layout/niceform/error.png) no-repeat 0 0;}
form.niceForm span.info{display:block; clear:both; float:left;  padding-left:20px; background:url(../images/layout/niceform/information.png) no-repeat 0 0;}
form.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:0 0 35px;}

form.niceForm div.entry{clear:both; overflow:hidden; margin:11px 0 0 0;}
form.niceForm div.entry input.text{width:396px; clear:both; color:#4e4e4e; padding:7px 9px 0; border:0; height:23px; background:url(../images/layout/niceform/input_background.png) no-repeat 0 0;}
form.niceForm div.entry label{display:block; width:100%;}
form.niceForm div.entry select{height:30px;width:415px; color:#4e4e4e;  padding:5px 9px 0;  border:0; background:url(../images/layout/niceform/input_background.png) no-repeat 0 0;}
form.niceForm div.entry option{height:23px; line-height:23px;}
form.niceForm div.entry textarea{width:396px; color:#4e4e4e; border:0; padding:7px 9px; height:125px; clear:both; background:url(../images/layout/niceform/textarea_background.png) no-repeat 0 0;}
form.niceForm div.entry div.checkboxes{display:block; clear:both;}
form.niceForm div.entry div.checkboxes input{width:auto; float:left; clear:left;}
form.niceForm div.entry div.checkboxes label{width:auto; float:left; clear:right; margin:3px 0px 0px 3px;}
form.niceForm div.entry button{border:0; height:31px; float:right; text-indent:-9000px; color:#FFF; font-weight:bold; font-family:trebuchet ms; width:131px; background:url(../images/layout/niceform/submit_background.png) no-repeat 0 0; cursor:pointer;}
form.niceForm div.entry button:hover{background:url(../images/layout/niceform/submit_background.png) no-repeat left bottom;}
form.contact{float:right; width:414px;}

form#hidden{display:none;}
form.detail{width:414px;}