@CHARSET "ISO-8859-1";

label{
    float: left;
    color:#848788;
    font-weight:bold;
    text-align:left; 
    font-size: 14px;
    padding: 10px 0px 0px 0px;
}

input, textarea{
    width: 180px;
    border: 1px solid #B5BCC5;
    margin-bottom: 5px;
}

select{
    border: 1px solid #B5BCC5;
    color:#4B4B4B;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:12px;
    margin:2px 0px 0px 5px;
}

textarea{
    width: 380px;
    height: 75px;

}

.boxes{
    width: 1em;
}

#submitbutton{
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
}

br{
    clear: left;
}

button.app_button, input.app_button {
	background-repeat: no-repeat;
	border: medium none;
	width: 125px;
	height: 23px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-family: 'Palatino Linotype', Times; 
}

button.green, input.green {
	background: transparent url('../img/button_blank.png');
}