body {
	font-family:arial;
	background-image: url(http://www.cbjobtweets.com/images/sodexo/background5.jpg);				background-repeat:repeat-x;
	background-color: #8A1849;
}
.header {
	margin: 0 auto;
	position: relative;
	width: 900px;
	height: 216px;
	background: transparent;
}
h1 {
	font-family: "Century Gothic";
	color: #BEA883;
	font-weight: normal;
}

.inputField{
font-size:15px;
border:2px solid gray;
font-family:arial;
background-color:#EEEEEE;
padding:2px;
}

.inactive {
	position: relative;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25; 
	text-align: left;
}

.active {
	position: relative;
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99; 	
	text-align: left;
}
.leftBox {
	background-color: #F7F7F7;
	border: 1px dashed #C5C5C5;
	padding: 5px;
	margin: 13px;
	font-size: 12px;
}

.rightBox {
	background-color: #F7F7F7;
	border: 2px dashed #C5C5C5;
	padding: 20px;
}

.suggestionLink {
	cursor: pointer;
	color: #8A1849;
}

a.suggestionLink:hover {
	text-decoration: underline;
}

