#contactcolumn {

	float: left;
	width: 350px;
	padding: 10px;
	margin: 20px 0 0 30px;
	line-height: 18px;

	}

#contactForm {
	float: right;
	width: 500px;
	margin: 20px 30px 0 0;
	background-color: #FFFFFF;
	border-bottom: #666666 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#conFormHeader {
	width: 250px;
	padding: 3px;
	background-image: url(../images/secondary/formHeadBG.gif);
	background-position: bottom;
	color: #000000;
	text-align: center;
	border-top: #ededed 1px solid;
	border-right: #ededed 1px solid;
	border-bottom: 1px #ededed solid;

	}
	
#conFormContent {

	width: 480px;
	padding: 10px;
	background-color: #ededed;
	border-bottom: 1px #ededed solid;
	line-height: 18px;

	
	}
	
#conFormContent input {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 5px;
	border: #000000 1px solid;

	}
	
#conFormContent select {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 5px;
	border: #000000 1px solid;

	}
	
	