select {
font-family: Verdana;
font-size: 11px;
width: auto;
border-top : 1px solid #ACACAC;
border-left : 1px solid #ACACAC;
border-right : 1px solid #ACACAC;
border-bottom : 2px solid #ACACAC;
} 

.status {
font-family: Verdana;
font-size: 11px;
width: 110px;
border: 1px solid #ACACAC;
}

option.online {
font-family: Verdana;
font-size: 11px;
color: green;
} 

option.bezet {
font-family: Verdana;
font-size: 11px;
color: red;
} 

option.afwezig {
font-family: Verdana;
font-size: 11px;
color: orange;
} 

option.offline {
font-family: Verdana;
font-size: 11px;
color: black;
} 

#login_user {
background-color : #f5f1f1;
width:100%;
border-top : 1px solid #ACACAC;
border-left : 1px solid #ACACAC;
border-right : 1px solid #ACACAC;
border-bottom : 2px solid #ACACAC;
padding-left : 25px;
background-image : url(../images/icons/1.gif);
background-position : 5px center;
background-repeat : no-repeat;
height: 19px;
}

#login_pass {
background-color : #f5f1f1;
width:100%;
border-top : 1px solid #ACACAC;
border-left : 1px solid #ACACAC;
border-right : 1px solid #ACACAC;
border-bottom : 2px solid #ACACAC;
padding-left : 25px;
background-image : url(../images/icons/8.gif);
background-position : 5px center;
background-repeat : no-repeat;
height: 19px;
}

input {
font-family: Verdana;
font-size: 10px;
border-left: 1px solid #999999; 
border-right: 1px solid #999999; 
border-bottom: 1px solid #666666; 
border-top: 1px solid #999999; 
color: black;
background-color: white;
}

input.clublid {
font-family: Verdana;
font-size: 10px;
font-weight: bold;
border-left: 1px solid #999999; 
border-right: 1px solid #999999; 
border-bottom: 1px solid #666666; 
border-top: 1px solid #999999; 
color: black;
background-color: white;
width: 200px;
height: 30px;
text-align: center;
}

input.gegevens {
font-family: Verdana;
font-size: 10px;
border-left: 1px solid #999999; 
border-right: 1px solid #999999; 
border-bottom: 1px solid #666666; 
border-top: 1px solid #999999; 
color: black;
background-color: white;
float: right;
margin-right: 10px;
cursor: pointer;
}

textarea.textarea {
margin-top: -2; 
border-left: 1px solid #999999; 
border-right: 1px solid #999999; 
border-bottom: 1px solid #666666; 
border-top: 0px none; 
width: 291px;
font-family: Verdana;
font-size: 10px;
color: black;
background-color: white;
resize: none;
 /* Scrollbar */
scrollbar-face-color: #FFFFFF; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #000000; 
scrollbar-base-color: #FDFBFF;
}

textarea.textarea_norm {
margin-top: -2; 
border-left: 1px solid #999999; 
border-right: 1px solid #999999; 
border-bottom: 2px solid #666666; 
border-top: 1px solid #666666; 
width: 291px;
height: 100px;
font-family: Verdana;
font-size: 10px;
color: black;
background-color: white;
resize: none;
 /* Scrollbar */
scrollbar-face-color: #FFFFFF; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #000000; 
scrollbar-base-color: #FDFBFF;
}

textarea.textarea_leeg {
margin-top: -2; 
border-left: 1px solid red; 
border-right: 1px solid red; 
border-bottom: 2px solid darkred; 
border-top: 1px solid red; 
width: 291px;
height: 100px;
font-family: Verdana;
font-size: 10px;
color: black;
background-color: white;
resize: none;
 /* Scrollbar */
scrollbar-face-color: #FFFFFF; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #000000; 
scrollbar-base-color: #FDFBFF;
}


form.form {
margin-bottom: 0px;
margin-top: 0px;
text-align: center;
}
	
form.form1 {
margin: 0px;
}


