@charset "UTF-8";
/* CSS Document */

fieldset {
    font: 0.8em "Arial", helvetica, arial, sans-serif;
    color: #3c3c3c;
    padding: 2px;
    border: solid 0px #d3d3d3;
    width: 305px;
	float:left;
	margin-left:10px;
	*margin-left:0px;
    }
	
label  {
    font-weight: none;
    line-height: normal;
    text-align: left;
    position: relative;
    display: block;
    float: left;
    width: 105px;
    }
	
input.formInputText  {
    font-size: 10px;
    color: #666;
	background-image:url(../images/rechter_collom/input_bg.gif);
	background-repeat:repeat-x;
    border: solid 1px #494949;
    height:15px;
	width:200px;
	float:right;
    }
	
input.formInputText:hover {
    border: solid 1px #0055a5;
    color: #000;
    cursor: pointer;
    }
	
input.formInputText:focus {
    color: #000;
    border: solid 1px #0055a5; 
    cursor: text;
    }
	
input.formInputButton  {
    vertical-align: right;
    color: #300;
	background-image:url(../images/rechter_collom/verstuur_knop.jpg);
	background-repeat:no-repeat;
	width:64px;
	height:20px;
    border: solid 0px #000000;
    float: right; 
    cursor: pointer;
    }
 
#op_aanmerking {
	width:324px;
	height:96px;
	background-image:url(../images/rechter_collom/vraag_opmerking.gif);
	background-repeat:repeat-x;
	border:1px solid #494949;
	float:left;
	margin-bottom:5px;
	}
#op_aanmerking:hover {
	background-image:url(../images/rechter_collom/vraag_opmerking.gif);
	background-repeat:repeat-x;
	border:1px solid #0055a5;
	}
#op_aanmerking:active {
	background-image:url(../images/rechter_collom/vraag_opmerking.gif);
	background-repeat:repeat-x;
	border:1px solid #0055a5;
	}
	
.frmhold{
	width:324px;
	height:20px;
	margin-bottom:2px;	
}	

.frmhold_area{
	width:324px;
	height:96px;
	margin-bottom:2px;
}	
