form#contactUs{
	background: url("../images/form.gif") left top repeat-x;
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 20px 0px;
}

	form#contactUs label{
		display: block;
		width: 80px;
		float: left;
		color: #999;
	}
	
	form#contactUs label.important{
		color: #000;
	}
	
	div.line{ padding: 0px 0px 10px 0px; }
	
	div.lineLast{ padding: 0px 0px 10px 80px; }
	
	form#contactUs input, 
	form#contactUs textarea{
		border: solid 1px #dddddd;
		background: #fff;
		width: 180px;
		background: url("../images/input.gif") left bottom no-repeat;
	}
	
	div.lineLast input{
		color: #fff !important;
		border: solid 1px #fff !important;
		background: #000 !important;
		padding: 2px 0px 0px 5px !important;
		width: 181px !important;
	}
	
	p#controlMessage{
		padding: 0 0 5px 80px;
	}