*
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
	vertical-align: baseline;
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline: none;
}

html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
	text-align: center;
}

div#wrapper
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	z-index: 3;
	display: table;
}

div#banner
{
	position: relative;
	background: rgb(255,255,255) url('./images/banner.jpg') no-repeat bottom;
	width: 100%;
	height: 204px;
	text-align: center;
	cursor: default;
	margin: 10px 0px 0px 0px;
}

div#content
{
	position: relative;
	background: rgb(255,255,255);
	width: 700px;
	height: 100%;
	text-align: center;
	margin: -78px auto;
}

div#contentTop
{
	background: rgb(255,255,255) url('./images/content_bg_top.jpg') no-repeat center;
	width: 700px;
	height: 8px;
}

div#contentForm
{
	background: rgb(255,255,255) url('./images/content_bg_center.jpg') repeat-y center;
	width: 700px;
	height: 100%;
	text-align: left;
	cursor: default;
}

div#contentBottom
{
	background: rgb(255,255,255) url('./images/content_bg_bottom.jpg') no-repeat center;
	width: 700px;
	height: 8px;
}

div#form
{
	padding: 10px;
}

div#payoff
{
	width: 500px;
	text-align: center;
	margin: auto;
	position: relative;
}

div#important
{
	position: relative;
	width: 500px;
	text-align: left;
}

div#back
{
	position: relative;
	width: 500px;
	text-align: left;
}

input#submit{ cursor: pointer; }
.left input{ border: 1px solid rgb(200,200,200); cursor: text; }
.left_radio input{ cursor: pointer; }

left a:link{ color: #FFCC00; cursor: pointer; }
left a:visited{ color: #FFCC00; cursor: pointer; }

.title{ width: 250px; }
.gfxA{ width: 827px; }
.sep{ width: 42px; }
.right,.td.right{ text-align: right; }
.left,.td.left{ text-align: left; }
.center,.td.center{ text-align: center; }
.strong{ font-weight: bold; }
.req{ width: 10px; text-align: center; }

.main_titles
{
	 text-align: left;
	 font-weight: bold;
	 font-size: 14px;
	 padding: 5px 0px 5px 0px;
	 width: 200px;
}

.sub_titles
{
	 text-align: left;
	 text-decoration: underline;
	 font-size: 14px;
	 padding: 5px 0px 5px 0px;
}
