/* Deze css-file maakt deel uit van de forms-module voor het automatisch genereren
 * van html-forms op basis van code.
 * Pas de stijlen in deze file aan om de gewenste layout te verkrijgen.
 * 22/08/2007 - Koen Piers
**/
.niceform { margin-top: 25px; width: 600px; }
.niceentry { display: block; width: 100%; float: left; clear: both; margin: 2px; }

.niceerror { padding: 3px; border: 1px solid #d72442; color: #d72442; }
.niceerrormessage { float: left; color: #d72442; font-size: 11px; }

.niceentry label { float: left; display: block; width: 100px; margin-bottom: 6px; color: #000000; }
.niceentry input, .niceentry select, .niceentry textarea { float: left; margin-bottom: 6px; border: 1px solid #d9d9d9; }
.niceentry textarea { width: 400px; height: 200px; padding: 1px 3px; font-family: "Verdana", "Arial", "Sans-serif"; font-size: 12px; color: #000000; }
.niceentry select { width: 408px; padding: 1px 0px 1px 3px; }

.text { width: 400px; padding: 1px 3px; }

.submit { float: left; display: block; background: transparent url("/images/btn.login.png") no-repeat 0 0; width: 113px; height: 23px; padding-left: 25px; text-align: left; float: left; margin-top: 20px; margin-left: 130px; padding-top: 2px; }
.submit input { border: 0px; background-color: transparent; font-size: 12px; }

.cancel { display: block; background: transparent url("/images/btn.cancel.png") no-repeat 0 0; width: 113px; height: 23px; padding-left: 25px; text-align: left; float: left; margin-top: 20px; padding-top: 2px; }
.cancel input { border: 0px; background-color: transparent; font-size: 12px; }