/* NICEFORM STYLESHEET
 * ----------------------------------------------------------
 * Default form styling, extend it, it's yours!
 * ----------------------------------------------------------
 * Inventis - Web Architects - We design the Web!
 * www.inventis.be
*/

/* Formulieren
---------------------------------------------------------- */
div.niceForm span.error{display:block; clear:both; float:left; margin-top:5px; color:#e64040; 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:0 0 35px;}

div.niceForm form div.entry{clear:both; overflow:hidden;}
div.niceForm form div.entry label{clear:both; display:block;}
div.niceForm form div.entry label span{color:#b21207;}
div.niceForm form div.entry select{height:23px;}
div.niceForm form div.entry option{height:23px; line-height:23px;}
div.niceForm form div.entry textarea{border:1px solid #c7d8e0; padding:5px 10px 0;}
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;}

form.niceForm input, form.niceForm textarea{background:#201f1b; width:399px; float:left; color:#c7c4bd;border:none}
form.niceForm select {width:275px;float:left;}
form.niceForm label{float:left; width:121px; display:block;}
form.niceForm label span {color:#b21207}
form.niceForm div.entry{clear:both; overflow:hidden; width:100%;margin:1px 0;}

form a,
form a {padding:1px 2px;}
form a:hover,
form a:hover {background-color:#b21207; color:#fff;}


form#contact input, form#contact textarea {width:350px; padding:2px 0 2px 2px;}
form#contact div.entry {clear:both; overflow:hidden; margin-bottom:1px;}

form#bestelKwint input, form#bestelKwint textarea {width:345px; padding:3px 0 3px 2px;}

form.niceForm .btn {width:auto !important;float:right; padding:0 5px;}
form.niceForm input.checkbox {width:auto !important;float:left;margin-left:121px;border:none}
form.niceForm label.checkboxLabel {width:310px;float:left;margin:0 3px 3px 3px;font-size:12px;}
form.niceForm label.aantalLabel {width:auto;margin-left:121px;padding-top:2px}
form.niceForm input.aantal {width:35px !important;margin:3px;}
form.niceForm span.amount {padding-top:2px;display:block;float:left;}
form.niceForm .errormsg {display:none}
.error {background-color:#b21207 !important}

#form {width:510px;float:left}
#form .entry {clear:both;margin-bottom:1px;}
#form label {display:block;float:left;width:150px;height:25px;line-height:25px}
	#form label span {color:#b21207}
	#form p {line-height:20px;height:25px;display:inline;font-size:13px}
	#form label.radio {width:auto}
	#form input.default {background:none;width:auto}
#form input {float:left;background-color:#201f1b;border:0;padding:4px;width:350px;color:#fff}
#form textarea {float:left;background-color:#201f1b;border:0;padding:4px;width:350px;color:#fff}
#form select {float:left;}
#form .btn {width:auto !important;float:right; padding:0 5px;}
#form .personal {background-color:#534e44}
#form .entry .left {float:left;width:150px;}
#form .entry .right {float:right;width:350px;}
#form .entry .right input {display:none;}
#form .entry .right label {width:auto;height:auto;float:left; margin-right:1px; margin-bottom:1px; padding:0px 4px;}
#form .entry .right label.checked {background-color:#b21207;color:white}

#formImg {width:170px;float:right;}

#form .taglist h2 { font-size: 14px; }