#form_container { 
	width: 100%;
	float: left;
	clear: both;
}

#form_spacer { 
	width: 100%;
	height: 10px;
	float: left;
	clear: both;
}

#form_spacer_rule { 
	margin-top: 10px;
    margin-right: 9%;
    margin-bottom: 17px;
    width: 92.5%;
	height: 10px;
    border-top: dotted 1px #1b2228;
	float: left;
	clear: both;
}

#form_row_header { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-weight: none;
	font-size: 1.2em;
	line-height: 1.5em;
    color: #00aeef;
	
    background-color: none;
	width: 99%;
    height: 20px;
    padding: 15px 0px 10px 0px;
    margin: 20px 0px 10px 0px;
	overflow: hidden;
	border-top: solid 1px #eeeeee;
	float: left;
	clear: both;
}

#form_row { 
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000000;
	width: 99%;
    padding: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

#form_row_callout { 
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000000;
    
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: hidden;
	padding: 10px 0px 5px 0px;
	float: left;
    color: #000000;
}

#form_row_data { 
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: right;
}

#form_row_submit { 
	background-color: #FFFFFF;
    padding: 0px;
	overflow: hidden;
	float: left;
	clear: both;
}

.text_entry {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000000;
    border: 1px solid #eaeaea;
    background: #FFFFFF;
    height: 30px;
    padding-left: 10px;
}

.selection {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000000;
    border: 1px solid #000000;
    background: #FFFFFF;
    height: 34px;
    padding-left: 10px;
}

#button_submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #d0b500;
    background: #d0b500;
    height: 30px;
    padding: 1px 15px 2px 15px;
}


/*  

Dark Blue = #1b2228
Dark Grey = #2d322b
Gold = #d0b500
Mustard = #c49d00 

*/