fieldset
{
	color: #444;
}

legend
{
	color: #C0C0C0;
}

.blackText
{
	color: #000;
}

.bold
{
	font-weight: bold;
}

.center
{
	margin: 0 auto;
	text-align: center;
}

.clear
{
	clear: both;
}

.cvi
{
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.cvi-subtitle
{
	color: #999;
	font-size: 0.7em;
	font-style: italic;
	margin: 0;
	padding: 3px 0 0 0;
}

.rightAlignText
{
	text-align: right;
}

h2.customerInfo
{
	margin-bottom: 0;
}

img.img-link
{
	border: none;
}

p.error
{
	color: #A00000;
	margin-left: 270px;
}

p.required
{
	color: #666666;
	font-size: smaller;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: right;
	width: 250px;
}

a:link, a:visited, a:hover, a:active
{
/*	color: #949494; */
	color: #333;
}

a.white:link, a.white:visited, a.white:hover, a.white:active
{
	color: white;
}

tr.deactive
{
	background-color: #FFE2E2;
}

body
{
	background-color: #FFF;
	color: #333;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
}

* html #header
{
	text-indent: inherit !important;
}

#header
{
	background-color: white;
	height: 175px;
	margin: 0 auto;
	position: relative;
	width: 790px;
}

#header span
{
	background: url('../images/logo.jpg') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#bonus
{
	background: transparent url('../images/one-time-fee-trans.png') 0 0 no-repeat;
	display: block;
	font-size: 0.01em;
	height: 61px;
	margin: 0 auto;
	text-indent: -2000px;
	width: 220px;
}

#content
{
	background: black url('../images/blue-bar.jpg') 0 0 repeat-x;
	color: #DCDCDC;
	padding: 40px 20% 40px 20%;
}

#content div.section
{
	position: relative;
	margin: 0 auto;
	width: 650px;
}

#content label
{
	clear: both;
	display: block;
	float: left;
	padding-bottom: 6px;
	padding-right: 20px;
	text-align: right;
	width: 250px;
}

#content input.width100
{
	float: left;
	width: 300px;
}

#content input.width33
{
	float: left;
	width: 160px;
}

#content input.width25
{
	float: left;
	width: 100px;
}

#content p.indent
{
	padding: 0;
	clear: both;
	float: none;
	margin: 30px 0 0 270px;
	text-indent: -35px;
}

#content p.indent input
{
	clear: both;
	float: none;
	margin-right: 16px;
}

#footer
{
	clear: both;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}