/* -------------------------------------------------------------- 
   
   Boilerplate forms.css
   * Sets up some default styling for forms
   
-------------------------------------------------------------- */
#offerte input[type=text], 
#offerte textarea, 
#offerte input[type=file] 			{ width: 350px; border:1px solid #ccc; background-color:#FFF;}
#offerte fieldset					{ border: 1px solid #666666; color: #990000; width:614px; padding: 5px; }
#offerte label 						{ color: #666; display: block; width: 220px; float: left; 
                               		  margin-bottom: 5px; padding:1px; text-align: right; padding-right: 20px;}
#offerte br 						{ clear: left; }
#offerte textarea 					{ font-size:12px; margin: 0; height:100px}
#offerte input[type=submit] 		{ margin-left: 240px; width:100px; border:1px solid #990000; color: #990000; background-color: #FFFFFF; margin-top: 10px;}

#offerte .vraaguitleg, 
#offerte .vraaguitleg p				{ color: #666; margin-left: 240px;width: 350px;text-align: left; font-size:9px; line-height:12px;}


/*
#offerte .blok label {float:left;}
#offerte .blok input {float:left;}

#gebied label {width:230px;}
.vraag, .vraaguitleg {margin-right: 0px; color:#666666; text-align:right}
.vraaguitleg { width: 240px;text-align: left; font-size:9px; line-height:12px;}


*/


