label {
	float: left;
	text-align: right;
	width: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 6px;
	padding-right: 5px;
	font-weight: normal;
}	
input, textarea {
	border-left-color: #7f7f7f;
	border-bottom-color: #004c92;
	border-right-color: #004c92;
	border-top-color: #7f7f7f;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	width: 305px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #004c92;
	margin-bottom: 9px;
	background-color: #FFFFFF;
}
select {
	margin-bottom: 10px;
}
textarea {
	height: 150px;
}
.btn_submit_left, .btn_submit_right {
	border-color: #7f7f7f;
	border-width: 1px;                                                                                                                              
	border-style: solid;
	background-color: #004c92;
	color: white;
	font-weight: bold;
	width: 92px;
	height: 30px;
	padding-bottom: 5px;
	cursor: pointer;
	font-weight: normal;
	font-style: italic;
}
.btn_submit_right {
	margin-left: 95px;	
}
.inline_error {
	margin-left: 95px;
}
.inline_error p {
	color: #CC0000;
	font-size: 11px;
}
.checkbox {
	width: auto;
	height: 18px;
	width: 18px;
	border: none;
}
.checkbox_label {
	width: 90px;
	padding-top: -5px;
}