/* Formulier */

label{
    float: left;
    width: 75px;
    text-align: right;
    margin-right: 15px;
}

input{
    background-color: #fff;
    font-size: small;
    border-width: 1px;
    border-style: solid; 
    margin-bottom: 10px;
}

select{
	width: 143px;
	height: 20px;
	*height: 22px;
    *width: 142px;
    font-size: x-small;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}

textarea{
    width: 250px;
    height: 140px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 10px;
}

#submit{
    background-color: #ff0000;
	border-color: #ff0000;
	color: #fff;
	padding: 5px;
}

.radio{
	border: 0px;
    background-color: #fff;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 0px;
	padding-bottom: 20px;
}
#human {   
	visibility:hidden;   
	display:none;   
}