form#two fieldset { border: 0 solid #fafafa; }
 
form#two label, form#two input, form#two select
{
	display: block;	
	float: left;
	margin-bottom: 10px;
}

form#two input, form#two input:hover, form#two input:focus, form#two select, form#two select:focus
{
	font-family: Verdana, Arial; font-size: 11px;
	border: 0 none;
	background:transparent;	
}

form#two fieldset#persoonlijk input:focus, form#two textarea:focus, form#two select:focus, .text
{
	background: #fef0f1 url(images/input_bg_focus.gif) left top no-repeat;
	border: 1px solid #cfcfcf;
}

form#two fieldset#persoonlijk input[disabled]
{
	background: #EBEBEB;
	border: 1px solid #cfcfcf;
	color: #000000;
}

form#two fieldset#persoonlijk input, form#two select, .text
{	
	width: 200px;
}

form#two br 
{
	clear: left;
}

form#two fieldset#opt select 
{
	width: 170px; 
}

form#two label
{
	width: 140px;
	padding-right: 5px;
	font-weight: bold;	
	text-align: right;
}

form#two fieldset#offerte input, form#two fieldset#persoonlijk input, fieldset#persoonlijk input:hover, form#two textarea, form#two select
{
	background: #fff url(images/input_bg.gif)  left top no-repeat;
	border: 1px solid #cfcfcf;
} 
	
form#two fieldset#opt select, form#two fieldset#opt legend, form#two fieldset#opt optgroup 
{
	background: #fff;
	font-weight: normal;
}

form#two legend 
{	margin-left: -10px;
	font-family: Trebuchet MS, Verdana, Arial; font-size: 15px; color: #444444; font-style: italic;
	margin-bottom: 0.5em;
}

form#two textarea 
{
	font-family: Trebuchet MS, Verdana, Arial; font-size: 11px;
	width: 341px; 
	height: 15em; 
	background: #fafafa; 
	overflow: auto;
}

form#two #button1, form#two #button2  
{  
	display: inline;
	padding: 2px;
	color: #444444;
	background: transparent url(images/button_bg.gif) bottom left no-repeat;
	border: none;
	cursor: pointer;
	width: 130px;
	margin: -6px 35px 0 100px;
	height: 24px;
	text-align: center;
	}

form#two #button1:hover, form#two #button2:hover 
{
	color:#111111;
}


/* IE 5.x WIN and IE6*/   
   
/*\*/
* html body {text-align /**/:center;}
* html form#two { width /**/: 480px; text-align /**/:left; }
* html form#two fieldset { width /**/: 374px; }
* html form#two fieldset#opt select {margin-right /**/: 13em;}
/**/


/* IE MAC workaround for centering the form elements */

/*\*//*/ 
form#two { width: 390px;}
form#two fieldset { width: 334px;} 
form#two fieldset#opt select {margin-right: 0;}
/**/ 