@charset "utf-8";
/* CSS Document */


.row{
	clear:both;
    margin:5px 0 0 0;
    padding:0px !important;
    overflow:hidden;
   
}

.row label{
	width:200px;
    float:left;
    font-weight:bold;
    margin-right:10px;
    padding:2px;
   	font-weight:bold;
    font-size:1.2em;
}

.panes .row label{
	width:178px;
}

input {
			border: 1px solid #99b3b4;
			width: 400px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
        

        
span.inhoud{
		display:block;
        float:left;
        width:400px; 
        font: 11px verdana, sans-serif;
 
 }
.checkbox {
			border: 1px solid #99b3b4;
			width: 20px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
	textarea {
			border: 1px solid #99b3b4;
			width: 390px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
		
    select {
			border: 1px solid #99b3b4;
			width: 400px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
       .select_medium{
       	width: 300px;
       }
        
        
        
        
		.inputboxSmal,.inputSmall {
			border: 1px solid #99b3b4;
			width: 60px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
        .inputDate{
        	border: 1px solid #99b3b4;
			width: 80px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
        }
        .inputAverage{
        	border: 1px solid #99b3b4;
			width: 200px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
        }
        .inputMedium{
        	border: 1px solid #99b3b4;
			width: 300px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
        }
		.inputboxlarge {
			border: 1px solid #99b3b4;
			width: 540px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
		input:focus {
			border:1px solid #567475;
			background: #e4ebeb;
		}
		submit-btn {
			width: 34px;
			height: 20px;
			background: #95beca;
			outline: none;
		}
		submit-btn:hover {
			background: #069 url(http://www.roscripts.com/images/submit.gif) no-repeat 0 -20px;
		}
		
fieldset {
		padding: 2em;
        margin: 0 0 15px 0;
}

legend{
	padding:1em;
    font-size:1.3em;
    margin-top:0;
}

input.radio{
	width:20px;
    border:none;
    background-color:transparent;
    margin-right:20px;
}

input.searchfield{
	width:250px;
    padding:4px;
    font-size:14px;
    margin-right:10px;
    float:left;
}

