/* Styles for River Summit Registration Form */

/* Utility Classes */
.light_bordered {
	border: 1px solid #ccc;
	}
	
.float_right{
	float:right;
	}



/* Form Elements */
.formRow {
	margin-top: .5em;
	}

.river_summit_form table tr td {
	font-size: .8em;
	background: white;
	}
	
.river_summit_form fieldset {
	background: ivory;
	color: #511;
	border: solid 1px #333;
	margin: 1em;
}

.river_summit_form input {
	background: white;
	}
	
.river_summit_form button{
	background: #fbaa00;
	}	

.river_summit_form button.reset{
	background: #fbdd55;
	}
	
.formcontent {
	text-align: left;
	margin:8px 0pt 0pt 22px;
	font-size:1em;
	line-height:1.2em;
	margin-left:0pt;
	padding-left:22px;
	}
	


.formlabel {
display:block;
line-height:1.3em;
white-space:nowrap;
}

span.required {
color:#CC0000;
}

.pax_form {
border:1px solid #CCCCCC;
margin:-9px 0pt 8px;
padding:8px;
}
.pax .fix {
margin-top:0pt;
}

.formcity, .formlist, .formphrase, .formname, .formpsw { width:14em; }

.form_email, .form_state {
width:17em;
}
.form_address {
width:30em;
}

.formgroup {
	float: left;
	margin-right: 4em;
	padding-bottom: 0.7em;
	position: relative;
}

.form_footer{
	margin: 2em, 0;
	/*background: ivory; */

}

.reg_info_table table tr th{
	text-align: right;
	background: #dcdcdc;
}

.reg_info_table table tr td{
	font-style: italic;
	background: Ivory;
}

.note_em {
	font-style: italic;
	color: #333;
}

/* General Tags */
hr {clear: left;}

address {
	font-weight: bold;
}

