div#mainarea	{
	background: #171c22;
	color: #fff;
	}
	
div#regformholder	{
	text-align: center;
	margin: 10px auto;
	width: 450px;
	}

table.formtable	{
	background: transparent url(/images/roundform.png) left top no-repeat;
	font-size: 12px;
	border: none;
	padding-bottom: 30px;
	}

table.formtable td	{
	color: #333;
	}

table.formtable td.sepnote	{
	background: #000 url(/images/username_bg0807.png) -65px -6px no-repeat;
	font-size: 14px;
	color: #fff;
	padding: 5px 0px 5px 8px;
	}

span.note	{
	font-size: 12px;
	color: #eee;
	}

table.formtable td span.note	{
	color: #333;
	}

table.formtable td.formtext	{
	width: 180px;
	font-size: 18px;
	color: #000;
	}

table.formtable input.formfield	{
	background: #f9f9f9 url(/images/roundheader.png) -20px -8px repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	outline: none;
	border: none;
	padding-left: 5px;
	}

td.required	{
	background: url(/images/arrow_small.gif) 95% 6px no-repeat;
	}
	
td.error	{
	background: url(/images/arrow_error.gif) 95% 6px no-repeat;
	}

table.formtable td a	{
	color: #003973;
	}

table.formtable td a:hover	{
	color: #333;
	}

table.formtable td select	{
	font-size: 12px;
	}
	
h2.formstep	{
	background: #171c22 url(/images/roundheader.png) top left no-repeat;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	clear: both;
	color: #fff;
	text-align: center;
	margin: 15px auto 0px;
	width: 600px;
	}
	
div#regchoice a.disabled	{
	background-image: url(/images/register_choosedisabled.png);
	color: #fff;
	}

div#regchoice a.disabled:hover	{
	background-image: url(/images/register_choose.png);
	}
		
div#regformholder.solo	{
	width: auto;
	float: none;
	clear: both;
	}
	
div#regformholder.solo table.formtable	{
	width: 600px;
	position: relative;
	top: 10px;
	margin: 5px auto;
	float: none;
	clear: both;
	}

div#regvidholder	{
	float: right;
	margin: 48px 5px 0px 0px;
	width: 430px;
	_margin: 60px 3px 0px 0px;
	}
	
div#regchoice a	{
	background: url(/images/register_choose.png) no-repeat;
	margin-bottom: 30px;
	}
	
span.minihead	{
	background: #000 url(/images/username_bg0807.png) -65px -6px no-repeat;
	font-size: 14px;
	color: #fff;
	padding: 5px 0px 5px 8px;
	_margin-bottom: -15px;
	}
	
span.minihead span.cap	{
	display: none;
	}