/* CSS Document */
@import "standard.css";

body {
	background-color: #F1F1F1;
	background-image: url(/images/tt_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	margin: 20px 0 0 10px;
	letter-spacing: -1px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 20px 0 0 10px;
}
#form a {
	color: #cc0000;
	border-bottom: 1px solid #f1f6ce;
	text-decoration: none;
	position: relative;
	padding: 0 2px;
}
#form a:hover {
	background-color: #cc0000;
	color: #fff;
	border: none;
}
.form_wrapper {
	border: 1px solid #ccc;
	margin: 20px 0px 20px 4px;
	width: 508px;
}
.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;
}
form p {
	color: #333;
	font-size: 12px;
	margin: 0 10px 10px;
}
form small {
	color: #aaa;
	font-size: 10px;
}
.field {
	border: 1px solid #bbb;
	padding: 4px;
	font-size: 12px;
	color: #333;
}
.req_error {
	border: 1px solid #cc0000;
}
.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;
}
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: center;
	width: auto;
	background: #fff;
	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_message {
	background: #4684b5;
	border: 2px solid #325883;
	padding: 10px 10px 20px;
	color: #fff;
}
.form_message.error {
	background: #cc0000;
	border: 2px solid #990000;
	padding: 10px 10px 20px;
	color: #fff;
}
.form_message p {
	margin: 0;
}
.form_message h3 {
	margin: 0;
	color: #fff;
}
.form_wrapper sup {
	color: #990000;
	font-size: 20px;
	position: relative;
	line-height: 1px;
	left: 0;
	vertical-align: baseline;
}


