form {
width:100%;
}
fieldset ol {  
margin-left:20px;
padding-left:0px;
}
#theform h3 {
	padding-top:0px;
	margin-left:0px;
	margin-bottom:6px;
}
#theform fieldset h3 {

margin-left:1.1em;
text-decoration:underline;
	}
	

#theform fieldset div.help {
	color: #FFFF99;
	font-size: 0.95em;
	font-weight: bold;
	text-align: left;
	margin-left:110px;
	margin-right:20px;
}
#theform textarea {
width:345px;
height:100px;
}

#theform legend {	
/*line-height:0.9em;*/
padding-top:10px;
padding-bottom:15px;
}
#theform h2 {
	color:Red;
	font-weight:bold;
}



#theform {
background-color: #f5f2d1;
color:black;
text-align:left;
padding-bottom:10px;
}

#theform fieldset {background-color: #f5f2d1;
/*	background-color: #4F4F00;*/
/*	background-color:#f24e39;*/
	background-color:#b1ab93;
	/* ed8476 */
/*	background-color:gray;*/
border:0px solid red;
}





form#theform {
/*border:1px solid gray;*/
}
 
#theform fieldset {   
width: 100%;  
padding: 0;  
}
#theform fieldset ol {  
list-style: none;
padding-bottom:60px;
} 
#theform fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 0.5em; /* !!! */
margin-left:0px;
padding-left:0px;
position:relative;
}



#theform label em {  
display: block;  
color: yellow;  
font-size: 85%;  
font-style: normal;  
}




fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em;
background-color: transparent;
background-image: none;  
}


	
#theform label {
float: left;  
width:9em;
/*text-align: right; /* enable to float right */ 
}
/*label {  
display: block;
} enable for top moutned labels */ 
/* This code will move the 'string' text to the other side of the imput element */


#theform ul.checklist {
width:315px;
}
#theform .checklist li label {
width:290px;

	display: block;
/*	line-height: 1.5em;*/
	}
#theform ul.checklist li{
position:static;

}

strong.error {
		margin-left:110px;
position:absolute;
top:-12px; left:0px;
/*background-color:red;*/
color:Red;
font-size:12px;
}

#theform fieldset {
/*border:1px dotted gray; */
}

#theform input {

	width:200px;

}
#theform input.tick {
	width: 12px; 
	height:12px;
}
#theform .salarydetails label{
	clear:both;
}
#theform .salarydetails select {
width:80px; 
margin-right:100px;
}
#theform .salarydetails input {
width:100px;
margin-right:200px;
}

/*.salarydetails label {
	display:inline;
	float:none;
}
.salarydetails input {
width:5em;	
}*/





.salarydetails .fieldWithErrors {
	display: inline;
	position:relative;

	clear:none;
}
.salarydetails .fieldWithErrors input {

}

#theform table {
margin-left:10px;
margin-bottom:10px;
}
#theform caption{
float:left;	
border-bottom: 1px solid white;
}
#theform th {
	text-align: left;
	border-bottom: 1px solid white;
}

#theform #disclaimer {
	padding:10px;
}
#theform #submitform {
	border:1px solid white;
	margin-left:10px;
	margin-bottom:10px;
	width:80px;
	padding:10px;
}
#theform #pt4 {

/*border:1px solid red;*/
}	

/* reset the generic li's padding-bottom for the checlist so they're flush. */
#theform ul.checklist {}
#theform ul.checklist li {  
padding-bottom: 0px; /* !!! */
}
/* #41322b dark brown */
/* #f5f2d1 link-yellow */
/* #b1ab93 topbar gray */
/* #4F4F00 dark green */
/* #f24e39 rust * /
/* #f3866d lighter rust */
/* #ed8476 pink */
/*f28b60*/



#theform {
	background-color:#ccc6ac;
	width:510px;
	padding-left:10px;
	padding-right:10px;

}
#theform fieldset {
background-color:#f5f2d1;
color:#41322b;
padding-bottom:10px;
}
#theform fieldset legend, #theform fieldset h3 { color:#41322b; }
#theform fieldset div.help {
	color: #b1ab93;
	font-size: 0.95em;
	font-weight: bold;
}



/* For Internet Explorer Only... */

*:first-child+html fieldset ol {  padding-top: 0.25em; }
* html fieldset ol {  padding-top: 0.25em; }

/* there is a default margin between fieldsets in FF but not IE */
*:first-child+html fieldset {  position:relative; float:left; margin-bottom:20px;}
* html fieldset {  position: relative; float: left; margin-bottom:20px;}

*:first-child+html form#theform { padding-top:12px; }
* html form#theform { padding-top:12px; }

*:first-child+html #theform fieldset legend { padding-bottom:18px; }
* html #theform fieldset legend { padding-bottom:18px; }
