@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	
	
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: #ffffff;
	font-weight: bold;
	
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	font-weight: bold;
	
	text-decoration: none;
}

.footer {
	font-size: 9px;
	border-top: 4px solid #ffffff;
}

input {
	border: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 3px;
}

.submit {
	background-color: #ffffff;
	padding: 3px;
}

.formreq {
	color: #fbc90a;
	font-weight: bold;
}


#crossfade-container {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	
	z-index: 10;
	
}

#content {
	position: absolute;
	left: 20px;
	top: 20px;

	padding: 50px;
	
	z-index: 20;
}

.fade-box {
	position: absolute;
}

/* the boxes that fade */
#box-1 {
}
#box-2 {
}
#box-3 {
}
#box-4 {
}
#box-5 {
}



.form_title{
	color : #000000;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight : bold;
}

.form_field {
	font-size : 13px;
	font-family : Helvetica, Arial, sans-serif;
	color : #474747;
	text-align:left;
}

.form_text{
	font-size : 11px;
	font-family : Helvetica, Arial, sans-serif;
	color : #000000;
}

.text_box{
	font-size : 11px;
	font-family : Helvetica, Arial, sans-serif;
	color : #000000;
	width:200px;
}

.text_area{
	font-size : 11px;
	font-family : Helvetica, Arial, sans-serif;
	color : #000000;
	width:200px;
	height:60px;
}

.text_select{
	font-size : 11px;
	font-family : Helvetica, Arial, sans-serif;
	color : #000000;
}

.form_error{
	color: #fbc90a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight : bold;
	
	margin: 0 0 10px 0;
}


.phpfmg_form, .form_description, .form_footer{
    padding-left: 10px;
    padding-bottom: 10px;
    width: 418px;
}

.form_field, .form_required, .form_description, .form_button{
    font-weight : bold;
}

.form_required{
    color:red;
}

.field_block{
    padding: 5px;
}

.field_block_over{
/*
    padding: 4px;
    border: 1px dashed #cccccc;
    background-color: yellow;
*/    
}


.form_submit_block{
    padding-top: 10px;
}

.form_text{
}

.text_box, .text_area, .text_select {
}

.text_area{
}

.form_error_highlight input{
    background-color: #f6f5d4;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

div.instruction{
}


.form_button{
}

.form_choice_text{
}

.form_choice_over{
    background-color: #dedede;
    cursor: pointer;
}
