.form_header_div {
	height: 65px;
	text-align: center;
}

.form_heading {
	font-size: 18px;
	font-weight: 100;
	margin: 0;
}

.required {
	margin-top: -8px;
	margin-bottom: 8px;
	font-size: 10px !important;
	font-style: italic;
	color: #B10E10;
	width: 200px;
	text-align: left;
}

#main_form {
	width: 100%;
}

#main_form table {
	margin: 0 auto;
}

#main_form label {
	display: inline-table;
	vertical-align: middle;	
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	font-family: "Lucida Grande", Verdana, sans-serif;
	margin-bottom: 2px;
}

select {
	border: solid 1px #85B1DE;
	background: transparent url('/img/ui/elements/input_bg.png') top left repeat-x;
	color: #234D6E;
	height: 22px;
	width: 206px;
	font-size: 12px;
	margin-bottom: 8px;
}

select.input_50 {
	width: 100px;
	margin-right: 6px;
}

#r_credits {
	width: 250px;
}

input.input_30 {
	width: 60px;
}

input.submit, a.submit {
	padding: 4px 8px;
	border: solid 1px #85B1DE;
	font-weight: bold;
	background: transparent url('/img/ui/elements/input_bg.png') top left repeat-x;
	color: #234D6E;
	cursor: pointer;
	font-size: 14px;
	overflow: visible;
	text-decoration: none;
}

.error {
	color: #B10E10;
}