.form_wrapper {
	border: 1px solid #ccc;
	margin: 50px 0;
	}
	
.wide {
	margin: 50px -20px;
	}

form {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	display: block;
	margin: 0;
	}
	
form.results {
	border: none;
	padding: 20px 0;
	}
	
form.results input {
	margin-right: 20px;
	}

	
form p {
	line-height: normal;
	font-size: 11px;
	margin: 20px 0;
	}
	
form h3, form h4 {
	margin: 20px 10px 10px;
	}
	
form h4 {
	margin: 40px 10px 10px!important;
	}
	
form p {
	color: #999;
	margin: 0 10px 10px !important;
	}
	
form small {
	color: #aaa;
	font-size: 10px;
	}
	
.field {
	border: 1px solid #bbb;
	padding: 4px;
	font-size: 12px;
	color: #333;
	}
	
.req_field {
	color: #cc0000;
	font-size: 10px;
	padding-left: 5px;
	position: relative;
	top: -1px;
	}
	
.field_note {
	color: #999;
	font-size: 10px;
	padding-left: 4px;
	top: 0px;
	position: relative;
	}
	
select.field {
	padding:0;
	height: 20px;
	}
	
.button {
	}
	
form table {
	background: #f9f9f9;
	width: 100%;
	border-top: 1px solid #ccc;
	font-size: 11px;
	margin: 0;
	}
	
form td, form th {
	padding: 5px 7px 10px 5px;
	border-bottom: 1px solid #eee;
	line-height: 20px;
	}
	
form th {
	font-weight: normal;
	width: 150px;
	text-align: left;
	color: #777;
	padding-top: 9px;
	padding-left: 10px;
	}
	
form .form_products th {
	width: auto;
	}
	
.general th {
	padding-top: 8px;
	width: 100px;
	text-align: right;
	line-height: 14px;
	}
	
	
.form_product_description {
	color: #666;
	padding: 7px 10px 15px;
	width: 220px;
	}
	
.buttonstrip th{
	border: none;
	padding: 10px 10px;
	text-align: left;
	width: auto;
	border-top: 1px solid #ccc;
	}
	
.buttonstrip label {
	margin-right: 20px;
	line-height: 0px;
	}
	
.form_section_title {
	background: #eee;
	border-top: 2px solid #ccc;
	padding-top: 20px;
	text-align: left;
	color: #333;
	}
	
.form_wrapper sup {
	color: #990000;
	font-size: 20px;
	position: relative;
	line-height: 1px;
	left: 0;
	vertical-align: baseline;
	}
	
.form_wrapper .field {width: 250px;}
.form_wrapper .textarea {width: 257px !important; 	border: 1px solid #bbb;}


.form_wrapper label {
	line-height: 14px;
	display: inline-block;
	margin-top: 8px;
	}
	
.form_wrapper label.none {
	margin-top: 0;
	}
	
.form_wrapper em {
	color: #af0000;
	font-size: 12px;
	font-weight: bold;
	}
	
.form_wrapper .error {
	background: url(images/error.gif) no-repeat;
	border: none;
	color: #FFFFFF;
	padding: 12px 10px 10px 10px;
	display: block;
	margin-left: -5px;
	margin-top: -3px;	
	}
	
.form_wrapper input.error, .form_wrapper textarea.error {
	background: none;
	border: 1px solid #af0000;
	padding: 4px;
	margin: 0;
	color: #4c4c4c;
	}
	
.form_wrapper input, .form_wrapper textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	

	
	
/* Special Cases */
	

