.topContactCopy 
{
	width: 500px; 
}

.ContactLR 
{
	width: 785px; 
	font-weight: 700; 
}
.ContactL 
{
	float: left; 
	width: 300px; 
}
.ContactR 
{
	float: right; 
	width: 465px; 
	margin-right: 20px; 
}

input, textarea 
{
	border: solid 1px #bdbdbe; 
	padding: 1px; 
	background-color: #fff; 
}
textarea 
{
	overflow: auto; 
}
.formField 
{
	width: 700px; 
	padding: 1px 0; 
}
.formLabel 
{
	float: left; 
	width: 215px; 
	padding-bottom: 2px; 
}
.formValue textarea, .formValue input 
{
	color: #151514; 
	font-weight: normal; 
	width: 350px; 
}

input.submitBtn 
{
	background-color: #ff5c00; 
	color: #fff; 
	margin-left: 215px; 
	width: 60px; 
	padding: 2px; 
	cursor: pointer; 
}
.messageCont, .messageContSuccess, .messageContError { color: #000; background-color: #ff5c00; border: solid 1px #bdbdbe; }

.redAsterisk { color: Red; font-size: 10px; vertical-align: super; }
.redCopy { color: #ff5c00; }


br.clearleft { clear: left; line-height: 5px; }

.errorText, .msgSent { background-color: #ff5c00; color: #fff; display: block; margin-bottom: 10px; line-height: 20px; padding-left: 10px; width:560px; }
.msgSent { background-color: #ff5c00; padding: 10px; font-size: 14px; }

.contactUsTopRight a, .contactUsTopRight a:hover { color: #ff5c00; text-decoration: none; cursor: default; }
