/* CSS Document 
		Tim Ward
		Online Referral Form and related pages
		developed on 3/30/06
		modified on: 4/06/06 by Tim

*/
.main_content {
	padding-top:110px;
	padding-left:5px;
	}

.shim {
	height: 130px; 
	width: 270px; 
	float: right; 
	clear: right;
	}

.content2 {
	display: none;
	}

#contentcontainer {
	margin: 20px 20px 0px 20px;
	padding-bottom:20px;
	background-image: url(images/referral.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#contentcontainer_thanks {
	margin: 20px 20px 0px 20px;
	background-image: url(images/referral_thanks.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

.contact td {
	text-align:left;
	padding-bottom: 8px;
}
table {
	align:center;
}

.contact {
	position:relative;
	top:0px;
	padding-top:10px;
	margin-bottom:10px;
	margin-left:25px;
	background-image: url(images/lines.gif);
	background-repeat: no-repeat;
}

.form_title {
	position: relative; 
	margin: 2px 30px 0px 20px;
	color:#641437;
	font-size:12px;
	}
	
a img {
	border:none;
}

.separator {
	width: 545px;
	background-image: url(images/line-grad.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 35px;
	padding-left: 15px;
	padding-top: 5px;	
}

