
/* Formulier */

#human {   
	visibility:hidden;   
	display:none;   
}

#human2 {   
	visibility:hidden;   
	display:none;   
}

label{
    float: left;
    width: 75px;
    text-align: right;
    margin-right: 15px;
}

input{
    background-color: #fff;
    font-size: small;
    border-width: 1px;
    border-style: solid; 
	border: 1px solid #000;
    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;
	border: 1px solid #000;
    margin-bottom: 10px;
}

textarea{
    width: 250px;
    height: 150px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
	border: 1px solid #000;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 10px;
}

#submit{
    background-color: #FF9900;
	border-color: #000;
	border: 1px solid #000;
	color: #000;
	padding: 5px;
}

.radio{
	border: 0px;
    background-color: #fff;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 0px;
	padding-bottom: 20px;
}


#name{width: 180px; margin-left: 5px;font-size: 15px;height: 20px;line-height: 20px;}
#phone{width: 180px; margin-left: 5px;font-size: 15px;height: 20px;line-height: 20px;}

.subbutton{
    background-color: #8b0b04;
	border-color: #8b0b04;
	color: #fff;
	padding: 5px;
	margin-left: 108px;
	cursor:hand;
}

