

/* ***** HOME ***** */

body {
	background: #FFFFFF ;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
}

#header, #user {
	margin-left: 45px;
	margin-right: 15px;
}

#content {
	margin: 0px;
}

#footer {
	margin-left: 15px;
	margin-right: 15px;
}

.clear {
	clear: left;
}


/* ***** HEADER ***** */

#header, #user {
	padding: 0px;
}

#user {
	border: none;
	padding-top: 10px;
}

#header {
	width: auto;
	position: relative;
	margin-bottom: 10px;
}

#c_logo {
}

#c_job_count {
	position: absolute;
	bottom: 5px;
/*	left: 399px; /*444-45*/
	right: 0px;
	margin-left: 260px;
	font-size: 150%;
	line-height: 100%;
	font-weight: normal;
	color: #999;
	text-align: right;
}

* html #c_job_count {
	top: 58px; /*IE6*/
}

#c_job_count strong {
	color: #92C02C;
}


/* ***** SEARCH rentals ***** */

#c_search_rentals {
	background: url(/c/simplyhired-home-page/images/search/center.gif) repeat-y top left;
}

#c_search_rentals .top {
	padding-top: 7px;
	background: url(top.gif) no-repeat top left;
}

#c_search_rentals .bottom {
	height: 15px;
	background: #fff url(bottom.gif) no-repeat bottom left;
}

* html #c_search_rentals .bottom {
	background-position: top left;
}

#c_search_rentals form {
	margin-left: 45px; /*15+30*/
	margin-right: 15px;
}
	
#c_search_rentals .element {
	float: left;
	padding-right: 10px;
}

#c_search_rentals label {
	padding-right: 10px;
	font-weight: bold;
	color: #333;
}

#c_search_rentals .example {
	font-size: 70%;
}

#c_search_rentals input.text {
	width: 14em;
	border: 1px solid #999;
	padding: 2px;
	font-size: 120%;
}

#c_search_rentals input.button {
	margin-top: 2px;
}

#c_search_rentals a {
	font-size: 75%;
	line-height: 140%;
	line-height: 280%;
	color: #000;
	text-decoration: underline;
}


