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

select, option{
    font-size:13px;
}

ol.phpfmg_form{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

ol.phpfmg_form li{
    margin-bottom:5px;
    clear:both;
    display:block;
    overflow:hidden;
}

.col_label {
	color: #1B75BB;
    font-weight: bold;
	margin: 10px 0 5px 0;
}

.text_box {
	background-color: #c0cfee;
	border:none;
	height: 25px;
	padding: 5px;
	font-weight: bold;
	font-size: 115%;
}

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

.field_block_over{
}

.form_submit_block{
    padding-top: 3px;
}

.text_box, .text_area, .text_select {
    width:94%;
}

.text_area{
	background-color: #c0cfee;
	border:none;
	height: 120px;
	padding: 5px;
	font-weight: bold;
	font-size: 115%;
}

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

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

.form_error_highlight{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
	width: 94%;
    padding: 10px;
}

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;
}

<?php phpfmg_text_align();?>