/*.input {     
	font-family:Tahoma, Geneva, sans-serif; 
	border: 1px solid #c4c4c0; 
	background-color:#fafafa;
	font-size:11px;
	
} */

.input {
     padding: 1.5px 1.5px 1.5px 5px;
    border: 1px solid #b3b1b1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	text-transform:uppercase;

}


.input:focus {
    background-color:#e5ebfb;
    border-color: #6ab9fc;
    outline: none;
	
}

.textbox {
     padding: 1.5px 1.5px 1.5px 5px;
    border: 1px solid #b3b1b1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	text-transform:uppercase;

}

.input_email {
     padding: 1.5px 1.5px 1.5px 5px;
    border: 1px solid #b3b1b1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.input_email:focus {
    background-color:#e5ebfb;
    border-color: #6ab9fc;
    outline: none;
	
}
/*.input_email {     
	font-family:Tahoma, Geneva, sans-serif; 
	border: 1px solid #c4c4c0; 
	background-color:#fafafa;
	font-size:11px;
} */

.input_uppercase {     
	border: 1px solid #c4c4c0; 
	background-color:#fafafa;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:11px;
	text-transform:uppercase;
}

.input:hover {
    border: 1px solid #828280;
    background: #f7f4cb;
}



.input_uppercase:hover {
    border: 1px solid #828280;
    background: #f7f4cb;
}

.checkbox, .radio{
	vertical-align: middle;

}

.testlistbox {
	font-family:Courier New;
	white-space:pre;

}