#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 #aca39a;
	float: left;
	clear: both;
}

#form_row { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	line-height: 1.5em;
	width: 90%;
    padding: 0px;
	overflow: hidden;
	margin-bottom: 15px;
	float: left;
	clear: both;
}

#form_row_callout { 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: none;
	font-size: 1em;
	line-height: 1.5em;
    color: #00aeef;
    
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
	float: left;
    color: #666666;
}

#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: #eaeaea;
    padding: 0px;
	overflow: hidden;
	float: left;
	clear: both;
}

.text_entry {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333;
    border: 1px solid #CCC;
    background: #FFF;
    height: 30px;
    padding-left: 10px;
}

.selection {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333;
    border: 1px solid #CCC;
    background: #FFF;
    height: 34px;
    padding-left: 10px;
}

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


/* purple=#7d1b7b  light-purple=#ab44a9  blue=#335487  fade-grey=#eaeaea */

