h1#pageTitle {
	font-size:16px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

div#serviceRequestLeft {
	float:left;
	margin:0 0 0 24px;
	padding:20px 0 0 0;
	width:520px;
}

div#serviceRequestRight {
	float:right;
	padding:20px 40px 0 30px;
	width:322px;
	background:#eff1f4;
}

	div#serviceRequestRight h2 {
		font-size:14px;
		margin:0 0 4px 0;
		color:#000;
		text-transform:none;
	}
	
	div#serviceRequestRight a {
		color:#42587d;
	}
	
	div#serviceRequestRight a:hover {
		color:#000;
	}