#job_app_form h2 
{
    font-size: 16px;
}
#job_app_form input 
{
    width: 250px;
}
/*
#job_app_form .guid_notes input 
{
    width: 80px;
}*/

#job_app_form #chk_declaration
{
    width: 20px;
}
#job_app_form #chk_guidance_notes
{
    width: 20px;
}
#job_app_form textarea 
{
    width: 450px;
    height: 200px;
}
#job_app_form .job_app_rbl input
{
    width: 20px;
}

.job_app_label1 
{
    width: 140px;
}
.job_app_txt 
{
}
.job_app_item_separator 
{
    height: 4px;
}
.job_app_item2_separator 
{
    height: 10px;
}
.job_app_section_separator 
{
    height: 20px;
}
.job_app_highlighted 
{
    width: 10px;
    color: Red;
}

#job_app_form fieldset
{
    width: 471px;
    padding: 5px;
    clear: both;
    margin-top: 10px;
    border: solid 1px #71a4d3;
}
#job_app_form fieldset div
{
    float: left; 
    width: 235px;
    margin:0;
    padding:10px 0 0 0;
}    
#job_app_form fieldset ul
{
    padding:0;
    margin:0;
}
#job_app_form fieldset ul li
{
    padding:0;
    margin:0;
}
#job_app_form fieldset ul li input
{
    width: 30px;
}
/* <modal_popup> */
.modalBackground {
	background-color:#eeeeee;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	border-width:1px;
	border-style:solid;
	border-color:#71a4d3;
	background-color:#f1f6fa;
	width:250px;
}
.modalPopup_header 
{   
    width: 240px;   
	background-color:#71a4d3;
    font-weight: bold;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.modalPopup_body
{
    width:100%; 
    text-align:center; 
   	color: #000000;
   	text-align: center;
   	padding: 10px 0px 10px 0px;
}
.modalPopupBody_inner
{
    padding:5px; 
}
#job_app_form .short_rad input
{
    width: 30px;
}


/* <modal_popup> */


.modalPopup2 {
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	background-color:#ffffff;
	/*width: 250px;*/
	width:500px;
}
.modalPopup p
{
    padding-top:5px;
    margin:0px;
    text-align:left;    
}
.modalPopupHeader 
{   
    width: 100%;   
    /* 100% - won't do it (must add for border width */
	background-color:#e2e2c2;
}
.modalPopupHeader_inner 
{   
    font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.modalPopupBody
{
    width:100%; 
    text-align:center; 
   	color: #000000;
}
.modal_calendar_clear_date
{
    font-size:0.7em;    
}