@charset "utf-8";
/* CSS Document */

form#contactBass {
	float:left;
	width:916px;
	background:#fff;
	padding:20px 40px;
	margin:0;
}

fieldset#leftColumn {
	float:left;
	width:463px;
	height:220px;
	margin:0;
	padding:20px 0 20px 0;
	overflow:hidden;
	background:#F3F2E0;
	border:none;
}
	
fieldset#rightColumn {
	float:left;
	width:380px;
	height:220px;
	margin:0;
	padding:20px 20px 20px 20px;
	overflow:hidden;
	background:#F3F2E0;
	border:none;
}

#contactForm p {
	clear:both;
	padding:0 0 10px 0;}

/*Adjust the space between the fields*/
label, label span {
	padding:3px;}
	
/*Aligns the field labels so they are in a column flush right to the fileds*/
fieldset#leftColumn label span {
	float: left;
	width: 125px;
	text-align: right;
	font-size: .9em;
	padding-right:10px;}

/*Aligns the fields in a column so they are flush left with the labels*/
fieldset#leftColumn label {
	float: left;
	width: 426px;}

fieldset input:hover, select:hover {
	border-color: #000;
	background-color:#FFFFCC;}
	
fieldset input:active, input:focus {
	border-color: #900;}

form div {
	clear:both;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
	height:50px;
	padding-left:25px;}

form div.button input {
	background:#0F2757;
	color:#fff;
	border:2px double #000;
	border-top-color:#999;
	margin-top:10px;}
	
form div input:hover {
	background-color:#4682b4;}
