@charset "UTF-8";
#catalog_request {
	height: auto;
	width: auto;
}
#catalog_request fieldset {
	border: 2px solid #715E2E;
	padding: 5px;
}
#catalog_request legend {
	font-size: 12pt;
	color: #715E2E;
	font-weight: bold;
}
#catalog_request   .sm_field {
	float: left;
	width: 350px;
	margin-bottom: 3px;
}
#catalog_request .lg_field {
	float: left;
	width: 700px;
	margin-bottom: 3px;
}
#first_name input {
	width: 240px;
	margin-left: 2px;
}
#last_name input {
	width: 240px;
	margin-left: 2px;
}
#company input {
	margin-left: 11px;
	width: 240px;
}
#address input {
	margin-left: 17px;
	width: 240px;
}
#catalog_request #city {
	float: left;
	width: 350px;
}
#city input {
	width: 240px;
	margin-left: 43px;
}
#catalog_request #state {
	float: left;
	width: 175px;
}
#state input {
	width: 60px;
	margin-left: 34px;
}
#catalog_request #zip {
	float: left;
	width: 175px;
}
#catalog_request #zip input {
	width: 70px;
	margin-left: 8px;
}
#country input {
	width: 240px;
	margin-left: 26px;
}
#employees input {
	width: 200px;
}
#phone input {
	width: 240px;
	margin-left: 28px;
}
#email input {
	width: 200px;
	margin-left: 35px;
}
#hear_other_more {
	width: 160px;
}
#iam_other_more {
	width: 160px;
}
#add_comments {
	margin-top: 10px;
	margin-bottom: 5px;
}
#add_comments  textarea {
	height: 125px;
	width: 400px;
}
