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

body{
	margin-left: 0px;
	margin-top: 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #204A68;
	font-weight: bold;
	background-color: transparent;
	margin-right: 0px;
	margin-bottom: 2px;
	line-height: normal;
}

p {
	margin-left: 0px;
	margin-top: 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	font-weight: normal;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}

.styled-select select {
	width: 200px;
	font-size: 11px;
	border: 1px solid #ccc;
	font-weight: bold;
	background-color: #ebebea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0px;
	height: 22px;
	margin-top: 3px;
}
.submit_btn {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	float: left;
	background: url(../images/ellogos_button.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-bottom-style: none;
	display: block;
	color: #999999;
	font-weight: bold;

}

.submit_btn:hover {
	background: url(../images/ellogos_button_hover.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #666666;
}

.col_field {
	margin-top: 0px;
	margin-bottom: 0px;
}


select {
	background-color: #ebebea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
}	
option {
	background-color: #ebebea;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

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

ol.phpfmg_form li{
	clear:both;
	display:block;
	overflow:hidden;
	width: 100%
}


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

.form_required{
	color:red;
}

.field_block_over{
	background-color: #ebebea;
	border: 1px solid #CCCCCC;
	width: 440px;
}

.form_submit_block{
	background-color: #ebebea;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cleaner_h10 {
	clear: both;
	width:100%;
	height: 10px;
}

.text_area {
	width:435px;
	height:120px;
	background-color: #ebebea;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 5px;
	margin-bottom: 12px;
	margin-top: 2px;
}

.text_select {
	background-color: #ebebea;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 12px;
}
.text_box {
	width:440px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #ebebea;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 12px;
	margin-top: 2px;
}
.text_upload {
	background-color: #ebebea;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	width: 440px;
	padding: 0px;

}
.form_error_title{
	font-weight: bold;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form_error{
	width: 440px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.form_error_highlight{
	border-top-style: none;
}

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;
}
input {
	background-color: #ebebea;
}
.upload {
	width: 445px;
	border: 1px solid #CCCCCC;
	height: 24px;
}
.cleaner_h5 {
	clear: both;
	width:100%;
	height: 5px;
}
