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

ol.phpfmg_form input, ol.phpfmg_form textarea, ol.phpfmg_form select{
    border: 1px solid #ccc;
	padding:5px 5px 5px 15px;
	width:85%;
}

ol.phpfmg_form li.form_error_highlight input{
    /*margin-bottom:5px;
    clear:both;
    display:block;
    overflow:hidden;
	width: 100%*/
	border:dotted 1px #ED2228;
}


.form_field, .form_required{
    font-weight : normal;
	color:#9e9e9e;
}

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

.field_block_over{
}

.form_submit_block{
    padding-top: 3px;
}

.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: 0px dashed #ff0000;
    padding: 5px;
    margin-bottom: 0px;
}

.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"]{
    padding: 7px 0px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #EC2028;
	width: 120px;
	cursor: pointer;
	color: #fff;
	border: solid 1px #EC2028;
}

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

	
	#jobDescription{
		width:30%;
		text-align:justify;
		padding:5px 0px 0px 0px;
		float:left;
		line-height:18px;
	}
	
	#frmFormMailContainer{
		width:70% ;
		float:right ;
	}
	
	div.col_label{
	margin-right:10px;
	width:36%;
}