@charset "utf-8";
/* CSS Document */
body, .form_field, .form_required, .form_description, .form_button{
    font-size : 13px;
    color : #474747;
	font: 95% "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

body{
  background-color: transparent;
};

.phpfmg_form, .form_description, .form_footer{
    width:100%;
}

.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, textarea {
    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{
    color: red;
    font-weight:bold;
}

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

h1 {
	font-size: 200%;
	color: #223f80;
	background: transparent;
	font-weight:normal
	}
