table.form, table.formTable, #contestLoginForm table {
	width:500px;
	background-color: #fceb21;
	border-top:20px solid #fceb21;
	border-bottom:20px solid #fceb21;
}

.login table.form {
	width:50%;
}

table.form td {padding-top:2px;padding-bottom:2px;}
table.form tfoot td {text-align:center;}

.form .row1 td,.form .row2 td {background-color:#fceb21;}
.form hr {width:95%;height:0px;border:1px solid #ffffff;}

.form h3 {
	color: #e65514;
}

.label, .formLabel {
	color: black;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	width: 35%;
	text-align: right;
	padding-right: 10px;
	padding-left: 15px;
	vertical-align: middle;
	height:25px;
}
.label-required, .required td, .hilite td {font-weight:bold;}
div#park_info {
	margin: 5px 0 5px 0;
	color:black;
}

.value {width:60%;padding:0px;margin:0px;vertical-align:top;
	color: gray;
	font-size: 10px;
	line-height: 12px;

}
label {
	font-size:12px;
}

input.button, .formButtons .formSubmit, .formButtons .formReset {
	font: 11px/15px arial,helvetica;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	background-color: navy;
	color: white;
	border: 1px solid navy;
}

.formButtons {text-align:center;}

.value input,.value select,.value textarea, .formInput input, .formInput select, .formInput textarea, #contestLoginForm .hilite td input {
	width:275px;
	border:0px;
	padding:0px;
	margin:0px;
	height:18px;
	font-size:11px;
	line-height:15px;
	background-color:white;
	border:1px solid #53B5E6;
	vertical-align:center;
}

.login .value input {width:150px;}

.leftjust {text-align: left;}

.value textarea {height:100px;}
.value textarea.wide {width:95%;margin-left:20px;}

input.checkbox_radio {
	width:auto;
	background: none;
	border:0;
}
.checkbox_radio .value {width:1%;vertical-align:middle;}
.checkbox_radio .label {text-align: left;vertical-align:middle;padding:0;padding-left:5px;padding-bottom:5px;padding-top:5px;}
.checkbox_radio .value input.checkbox_radio {
	width:0;
	height:0;
	padding: 0;
	margin: 0;
	border: 0;
	width:auto;
	height:auto;
	background-color: #FFF5A0;
}

.error, .formErrors {
	background:white;border:1px solid red; color:red;
}
.formErrors {
	padding:10px;
}