@charset "utf-8";
/* Page Form CSS */


fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#order-form {
	width: 250px;
	font-size: 0.85em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../newimages/form-quote-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 329px;
	padding-top: 75px;
}

#order-form .label {
	float: left;
	width: 78px;
	font-weight: bold;
}

table {
	width: 90%;
	border-collapse: collapse;
}

td, th {
	padding: 3px 5px 2px 5px;
}

th {
	text-align: left;
}

input#submit {
	color: #4D3628;
	border: 1px solid #CECEC1;
	background-image: url(../newimages/q-button-bg.jpg);
}

input#reset {
	color: #412F23;
	margin-left: 15px;
	border: 1px solid #CECEC1;
	background-image: url(../newimages/q-button-bg.jpg);
}

input#realname, input#email, input#phone, input#city-state {
	width: 125px;
}

textarea#comments {
	width: 215px;
}

input#radio {
	clear: both;
}

.Surname {
	visibility: hidden;
	width: 100px;
}
