.bussite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.bussite {
	list-style-image: url(images/vinkjeopsomming.png);
	
}
form
    {
    border-width: 0px;
    border-style: dashed;
    border-color: #cccccc;

    padding: 15px;
    width: 600px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    }
	label
    {
    float: left;
    width: 75px;
    text-align: right;
    
    margin-right: 15px;
    }
	input
    {

 background-color: #E1E1E1;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    }
	select
    {
    width: 120px;
    font-size: x-small;
    background-color: #E1E1E1;
    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
    }
	
legend {
color: #d37400;
	font-weight: bold;
	background: #e5e2b9;
	padding: 5px;
}
fieldset {
	margin: 10px 0px;
	padding: 15px;
	border: 2px solid white;
}

textarea {
	
 background-color: #E1E1E1;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
a:link { 
	color: #333333;
	}
a:visited { 
	color: #333333;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	
	}
a:active { 
	color: #333333;
	}
