
	/* Formulier */



#gebruikersnaam{width: 290px;}
#aantalpers{width: 290px;}
#bijeenkomst{width: 290px;}

label{
    float: left;
    width: 115px;
    text-align: left;
    margin-right: 10px;
}

#bedrijfsnaam,
#adres,
#postcode,
#plaats,
#name,
#email,
#tel {
    background-color: #fff;
    font-size: small;
    border-width: 1px;
    border-style: solid;
    border-color: #3958a0;  
    margin-bottom: 10px;
}

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

textarea{
    width: 300px;
	_width: 290px;
    height: 100px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #3958a0;
    font-family: Verdana;
    font-size: small;
    margin-bottom: 10px;
}

#submit{
float: right;
    background-color: #f0a901;
	color: #000;
	border: 1px solid #000;
}

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

