/* 
    Document   : post_a_job.css
    Created on : 15-07-2009
    Description:
       Basic Stylesheet for the post a job page.
*/

form ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

form ul li {
	padding:0px 0px 10px 0px;
}	

div.postajob_strengthMeter {
	background:transparent url('images/meter_inactive_gradient.gif') no-repeat scroll left center;
	border:1px solid #B9D6E6;
	font-size:1px;
	height:10px;
	width:288px;
}

div.postajob_strengthMeter div.postajob_strengthBar {
	background:transparent url('images/meter_active_gradient.gif') no-repeat scroll left center;
	height:100%;
	width:0;	
}

div.postajob_clearFix {
	clear:both;
}	

div.postajob_formFull span.fieldInformation span.extraFieldInformation {
	font-weight:bold;
	cursor:help;
	background:url('images/link_line_blue.gif') bottom repeat-x;
}

