/* ------------------------------- form -------------------------------*/


 img#rep {
 	margin-right: 100px;
 }


    #regFormActions input {  
       float: none; /* Don't float form buttons on the top right buttons, as they are already floated */  
       display: inline;  
   }  
 
form.regForm {  
	width: 680px;
	direction: rtl;
	text-align: right;  
	font-family: arial, helvetica, sans-serif;
}  

form input, form textarea, form select {   
     font-size: 0.9em; 
	  font-family: arial, helvetica, sans-serif;
	  display: inline;   
	  margin-top: 0px;
	  color: #781351;
	  background: #fee3ad;
	  border: 1px solid #781351;
	  padding: 1px 2px;
 }  

form input.hiddenInp {
	border: none;
}
    
form textarea {
 	/* margin-left: 160px;*/
 	width:365px;
}
  

form fieldset {  
	 border: none ; 
    margin: 30px 10px 0 0;  
    clear: both;  
    padding: 12px;
} 
   


form label {  
   	font-size: 1em;
		font-weight: bold;  
		text-align: right;  
		display: -moz-inline-block;	 
      display: inline-block;
      margin: 0px;
		padding: 0 2px;
		width: 11em;
		float: right;
		/*border-bottom: 1px dotted #ccc;*/
      color: #888;
      
   }  
 
   
   label span.asterisk {
   	color: #d12;
   }
   
   ol.layout {
   	 padding: 2px;
   }
   
   
   form li {
   	margin: 15px 6px;
   	list-style-type : none;	
   }
   
   
   form br {  
       clear: right;  
   }  
   .hiddenLabel {  
       visibility: hidden;  
   }  
  
   
   

	fieldset {  
		 border-top: 1px solid #d8d8d8 ; 
		 border-left: none;
		 border-right: none;
		 border-bottom: none;
       margin: 20px 10px 0 0;  
       clear: both;  
       padding: 12px;
   } 

	fieldset legend {
		font-size: 14px;
		font-weight: bold;
		padding: 0 6px;
		color:#1C1C1C;
		padding:2px 5px;
	}
	
	
	form fieldset.default, form fieldset.btns{  
		 border: none;  
   } 
   
   /*
   form.regForm fieldset.btns input, form.regForm input.btn {  
		 border: 1px #ccc solid;
       background: transparent; 
   } 
   
   
  form.regForm fieldset.btns input.btnOn ,  form.regForm input.btnOn{
		border: 1px #5bd solid;
       background: #ccccd8; 
	}
	*/
	  
	form .mainfooter input {
		 display: inline;
		 float: none;
	}
	
	
	
	form fieldset.hiddenDrop1, fieldset.hiddenDrop2, fieldset.hiddenDrop3 {
		display: none;
	}
	
	input[type=hidden] { display: none; }	 

	
	input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}


input[type="submit"], input[type="button"] {
	border: 1px #ccc solid;
   background: transparent; 
	margin-right: 10.2em;
	margin-top: 1em;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background:#FFFFDD none repeat scroll 0%;
	border-color:#990000;
	color:#660000;
}


input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/*	
	div.mainfooter li {
		 display: inline;
	}*/
	
	
h3#jobFormTitle {
	background-color:#ddd;
	color: Crimson;
	font-size:18px;
	margin-right:10px;
	margin-top:20px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
}

/*  ------------------------- cvForm -------------------------*/
form.cvForm {  
	width: 400px;
	direction: rtl;
	text-align: right; 
	font-family: arial, helvetica, sans-serif; 
}  



form.cvForm label {  
   	font-size: 0.9em;
		font-weight: bold;  
		text-align: right;  	
		display: -moz-inline-block; 
      display: block;
      margin: 0px;
		padding: 0 2px;
		border: none;
		width: 10em;
	/*	float: right;*/
      color: #888;
      
}  

form.cvForm textarea {
 	/* margin-left: 160px;*/
 	width:230px;
}
  
form.cvForm fieldset {  
	 border: none;
    margin: 0;  
    clear: both;  
    padding: 1px;
}      
 
form.cvForm legend {  
	 border: none;
    margin: 0;  
}      
 
form.cvForm li {
	margin: 4px 2px;	
}   
 
p.show_on_submit {
	display: none;
	direction: rtl;
	margin-right: 40px;
	font-size: 12px;
	color: #a22;
	font-weight: bold;
}
