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

/* Formulieren
---------------------------------------------------------- */
form.niceForm p.error{background:url(../images/layout/niceform/error.png) no-repeat 0px 7px; padding:5px; padding-left:20px; color:#e64040;}
form.niceForm div.errorMsg{background:url(../images/layout/niceform/error.png) no-repeat 0px 5px; padding:5px; padding-left:20px; color:#e64040; margin:0 0 0 100px;}
/*form.niceForm div.error input, form.niceForm div.error textarea {border: 1px solid #e64040 !important;}*/


form.niceForm div.entry{clear:both; overflow:hidden; padding:5px 0; line-height:18px;}
form.niceForm div.entry label{clear:both; display:block; width:100px; float: left;}
form.niceForm div.entry input, form.niceForm div.entry textarea {border:1px solid #263038; background:#263038; font-size:12px; width:440px;  padding:2px; color:#fff; font-family:Arial, Helvetica, sans-serif;}
form.niceForm div.entry input:focus, form.niceForm div.entry textarea:focus {background:#eee; color:#000;}

form.niceForm div.entry button.send {width:90px; height:30px; background:url(/design/images/layout/btn_send.png) no-repeat 0 0; text-decoration:none; text-indent:-9000px; display:block; float:right; border:0; cursor:pointer;}
form.niceForm div.entry button.send:hover {background-position:0 -30px}

