@import "https://fonts.googleapis.com/css?family=Ubuntu:200,300,400,500,600,700,800";
@charset "UTF-8";


ol.phpfmg_form{
    border: 1px solid #918b6b;
    height: 490px;
    left: 100px;
    list-style-type: none;
    margin: 0;
    padding: 15px 0 0 20px;
    position: relative;
    top: 45px;
    width: 442px;
}

ol.phpfmg_form input, ol.phpfmg_form textarea, ol.phpfmg_form select {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    height: 20px;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    padding-left: 6px;
    
    
    
}
ol.phpfmg_form li{
    clear: both;
    display: block;
    margin: 21px 0;
    margin-bottom: 5px;
    /* overflow: hidden; */
    width: 100%;
}

.col_field {
	position: absolute;
	left: 90px;
	width: 200px;
}

.col_label {
	color: #6a6139;
    font-size: 12px;
    padding-top: 6px;
    position: relative;
	
}

#field_6 { 
	height: 75px;
    width: 400px;
	
}

#field_7_div {
	position: relative;
	top: 68px;
}

#field_7_0 {
    left: 8px;
    position: relative;
    top: -5px;
    z-index: 300;
}



#field_7_div .form_choice_text {
	position: relative;
	left: 12px;
	padding-top: 4px;
}

#phpfmg_captcha_div {
    left: -110px;
    position: relative;
    top: 81px;
}



.form_field, .form_required{
    position: relative;
    float: left;
}

.form_required{
    color:red;
    margin-right:8px;
}

.field_block_over{
}

.form_submit_block{
    padding-top: 3px;
}

.text_box,.text_select {
    height: 32px;
}

.text_box, .text_area, .text_select {
    min-width:160px;
    max-width:300px;
    width: 100%;
    margin-bottom: 10px;
}

.text_area{
    height:80px;
}

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

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}

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

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

hr.sectionbreak{
    height:1px;
    color: #ccc;
}

#one_entry_msg{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}


#frmFormMailContainer input[type="submit"]{
    background-color: #eeede8;
    color: #554f38;
    height: 26px;
    margin-bottom: 0;
    padding: 0 32px;
    position: relative;
    top: 145px;
}

#frmFormMailContainer input[type="submit"]:hover{
    background-color: #E4F0F8;
}


