@charset "utf-8";
/* CSS Document */

body, .form_field, .form_required, .form_description, .form_button{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 13px;
    color : #474747;
}

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

.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 {
    width:300px;
}

.text_area{
    height:80px;
}

.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 16px;
    color : black;

}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;

}

div.instruction_error{

}

div.instruction{
}


.form_button{
    width:  180px;
    height: 28px;
}

.form_choice_text{
}

.form_choice_over{
    background-color: #dedede;
    cursor: pointer;
}
.round{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.formback{
	margin-left:15px;
	background-color:#FFFFFF;
	height:auto;
	padding:15px;
	width:350px;
	float:right;
	}
.top{
	background:#982319;
	height:40px;
	border-top: solid 1px #C63323;
	border-bottom: solid 1px #FFFFFF;
	font-size: 30px;
	color:#FFFFFF;
	padding: 5px 5px 0px 15px;}
.home_left{
	width: 345px;
	background: #fff;
	float:left;
	padding: 15px;
}
.img-shadow{
	border: solid 1px #CCCCCC;
	padding: 3px;
	margin: 5px;}
