#copy-text {
	width:				340px;
	height:				137px;
	background: 		url("../images/contact-top-bg.jpg") top left no-repeat;
	padding:			20px 200px 0 0;
	text-align:			justify;
}

fieldset {
	width:				490px;
	background-color:	#909090;
	padding:			20px;
	border:				none;
	display:			block;
}

label {
	display:			inline;
	margin-bottom:		5px;
}

.form-row {
	width:				480px;
	float:				left;
	margin-bottom:		20px;
}

.form-row-right {
	float:				right;
}

.full-width {
	width:				480px;
}

input, textarea {
	padding:			4px;
	font-size:			1.2em;
	font-family:		Arial, Verdana;
}

textarea {
	height:				100px;
}

.submit-but {
	width:				75px;
	height:				21px;
	background: 		url("../images/submit-but.gif") top left no-repeat;
	border:				none;
	color:				#fff;
	font-weight:		bold;
	line-height:		11px;
}

#contactFormContainer {
	width:				100%;
	height:				500px;
	float:				left;
}