﻿/* Job From Section */
.JobAppForm 
{
	width: 400px;
	margin: 0 auto; 		
}

.JobAppForm .ConfirmationSection span { display: block; text-align: center; font-weight: bold; }

.JobAppForm { clear: both; padding-top: 1em; }

.JobAppForm fieldset { margin: 0.75em 0; border: 1px solid #cfcfcf; padding: 0.75em; }

.JobAppForm fieldset legend {  }

.JobAppForm span.FieldLabel 
{
	margin-right: 1em;	
	width: 150px;
	display: inline-block;
	margin: 0.5em 0;
}

.JobAppForm span.FieldBox 
{	
	color:#5b5b5b; 
	font-size:0.85em; 
	height:13px; 
	padding:2px;
	width: 49%;
	background-color:#d6dadb; 
	border:#929899 1px solid;
	display: inline-block;
}

.JobAppForm .FieldBox
{
	width: 50%;
	background-color:#d6dadb; 
	border:#929899 1px solid;
}

.JobAppForm textarea 
{
	 width: 99% !important;
	 height: 100px;
}

.JobAppForm .ErrorMessage {	margin-left: 150px;	}

.JobAppForm .ButtonOptions
{
	text-align: center;    
    margin-top: 1em;
    height: 3em;
    line-height: 3em;
}

.JobAppForm .InputControl {background:#a93501 url(../imgs/bg-btn.jpg) top repeat-x; color:#fff; font-weight:bold;}