/* 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; clear:both; float:left; font-weight:bold; margin-top:5px; color:#780B1C; padding-left:20px; background:url(../images/layout/niceform/error.png) no-repeat 0 0;}
form.niceForm span.info{display:block; clear:both; float:left; margin:-7px 0 0 0; padding-left:25px; font-size:10px;}
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.quiz label{background:url(../images/layout/list_bullet.png) no-repeat left 0; padding-left:24px;}
form.niceForm div.entry{clear:both; overflow:hidden; margin:0 0 9px 0}
form.niceForm div.entry label{clear:both; display:block; font-weight:bold; margin:4px 0}
form.niceForm div.entry input{width:329px; height:25px; border:0; padding:4px 4px 0; background:url(/design/images/layout/niceform/input_background.png) no-repeat 0 0}
form.niceForm div.entry button{width:96px; float:right; cursor:pointer; height:36px; color:#FFF; font-weight:bold; border:0; background:url(../images/layout/niceform/submit_background.png) no-repeat 0 0}
form.niceForm div.entry button:hover{background-position:left bottom;}
form.niceForm div.radios{padding-left:24px; line-height:14px;}
form.niceForm div.radios label{float:left; width:300px; padding:0; background:none; font-weight:normal;}
form.niceForm div.radios input{float:left; margin:0 4px 0 0; width:auto; height:auto;}
form.niceForm div.entry select{height:23px;}
form.niceForm div.entry option{height:23px; line-height:23px;}
form.niceForm div.entry textarea{border:0px; width:328px; height:133px; padding:5px 4px 0; 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;}

