#form_wrapper {
	float: left;
	width: 510px;
	padding-top: 20px;
	margin-right: 27px;
	position: relative;
	left: 30px;
}

#form_wrapper a{
	text-decoration: underline;
	color: #837679;
}
#form_wrapper a:hover{
	text-decoration: underline;
	color: #CB3636;
}

#form_colum {
	float: left;
	width: 240px;
	height: 500px;
	background: url(images/form_col_bg.png) no-repeat;
	padding-top: 15px;
	padding-left: 15px;
	margin-top: 105px;
}
#content_form {
	width: 850px;
	margin: 0 auto;
	height: 750px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#content_form p {
	margin-left: 50px;
	margin-right: 50px;
	font: 13px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content_form h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	margin: 10px 20px 10px 30px;
}

.standard {
	font-family: Frutiger, Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939393;
}

.label {
	font-size: 12px;
	color: #837679;
}

.deal {
	font-family: Frutiger, Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #837679;
}

.dealcellon {
	background-image: url(../images/compu_deal_on.gif);
}

.dealcelloff {
	background-image: url(../images/compu_deal_off.gif);
}

.justify {
	text-align: justify;
}

.title {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CB3636;
	font-size: 22px;
}

.header {
	font-size: 14px;
	color: #313131;
}

.rowheader {
	font-size: 14px;
	color: #313131;
}

.small {
	font-size: 9px;
}

.white {
	color: #313131;
}

.highlight {
	color: #313131;
}

.alert {
	color: #BF2414;
}

.footer {
	font-size: 9px;
	color: #252525;
}

.disclaimer {
	font-size: 9px;
	color: #313131;
}

.spaced {
	line-height: 160%;
	width: 200px;
}

a {
	color: #313131;
	text-decoration: none;
}

a:hover {
	color: #BF2414;
}

a.deal {
	color: #313131;
}

a.deal:hover {
	color: #313131;
}

a.subnav {
	color: #313131;
	font-size: 11px;
	text-decoration: none;
}

a.subnav:hover {
	color: #CB3636;
}

a.footer {
	font-weight: normal;
	color: #252525;
}

a.footer:hover {
	color: #6A6A6A;
}

form {
	margin: 0px;
}

.formfield {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #837679;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #837679;
	height: 20px;
	width: 300px;
	margin-bottom: 10px;
}

img {
	border-style: none;
}