/* ------- forms ------- */

form {
	width: 450px;
	margin: 0 auto 1em auto;
	text-align: left;
	font: 100% "Times New Roman", Times, serif; }
fieldset {
	margin: 0 0 2px 0; padding: 0 4px 4px 4px; 
	border: 1px solid #28362E;
	background: #1C2C23;
	font-size: 100%; }
fieldset legend {
	margin: 0 0 0 4px; padding: 0 5px;
	font-size: 90%;
	font-weight: bold;
	color: #F8E390; }
* html fieldset {
	margin: 0 0 5px 0; }
* html fieldset legend {
	margin: 0; padding: 0; }


input, select, textarea  {
	width: 438px;
	border: 1px solid #010;
	background: #C7C8C2;
	color: #000; }
select {
	width: auto; }
#state, #zipCode, #country, #vfi, #verCode {
	width: 200px; }
.checkBoxes input {
	width: auto; 
	vertical-align: middle; }
.checkBoxes {
	font-size: 90%; }
.submit {
	width: 200px;
	margin: 10px 0; padding: 2px 5px;
	border: 2px solid #777;
	border-color: #777 #565 #565 #777;
	background: #898;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer; }
.submit:hover {
	border-color: #999 #787 #787 #999;
	background: #9a9;
	color: #333; }