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

.demorequest {
	width: 500px;
	margin-left: -250px;
	position: relative;
	left: 50%;
}
.demorequest .fieldGroup input {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 4px;
	float: left;
	border: 0;
	padding-top: 4px;
	padding-left: 4px;
}
.demorequest #contactForm .fieldGroup.clear-row #first_name {
	width: 200px;
	height: 22px;
	line-height: 22px; 
}
.demorequest #contactForm .fieldGroup.clear-row #last_name {
	width: 200px;
	height: 22px;
	line-height: 22px; 
}
.demorequest #contactForm .fieldGroup.clear-row #company_name {
	width: 492px;
	height: 22px;
	line-height: 22px; 
}
.demorequest #contactForm .fieldGroup.clear-row #numberOfDocs {
	width: 492px;
	height: 22px;
	line-height: 22px; 
}
.demorequest #contactForm .fieldGroup.clear-row #phone {
	width: 200px;
	height: 22px;
	line-height: 22px; 
}
.demorequest #contactForm .fieldGroup.clear-row #state {
	width: 100px;
	border: 0;
	height: 22px;
	line-height: 22px;
	margin-top: 4px;
	margin-left: 4px;
}
.demorequest #contactForm .fieldGroup.clear-row #email {
	line-height: 22px;
	height: 22px;
	width: 200px;
}
.demorequest #contactForm .fieldGroup.clear-row #comments {
	height: 100px;
	width: 492px;
	margin: 4px;
}
.demorequest #contactForm button {
	width: 100px;
	line-height: 26px;
	height: 26px;
	text-align: center;
}
.demorequest #contactForm .fieldGroup.clear-row #optin {
	margin-top: 8px;
	margin-left: 8px;
}
.demorequest #contactForm .fieldGroup.clear-row span {
	line-height: 22px;
	height: 22px;
	margin-top: 4px;
	padding-top: 4px;
	color: #FFF;
}
.demorequest #contactForm .fieldGroup.clear-row #submit span {
	color: #7e2000;
}
.demorequest #contactForm .fieldGroup.clear-row #cancel span {
	color: #7e2000;
}
.demorequest #contactForm .fieldGroup.clear-row #state option {
	line-height: 22px;
	height: 22px;
}

