body
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #EAE9E6;
}

iframe
{
	width: inherit;
	height: inherit;
}

iframe#registration
{
	height: 200px;
}

strong
{
	display: block;
	font-weight: bold;
}

img
{
	display: block;
}

img#banner
{
	border-bottom: 1px solid #000000;
}

button#system-test
{
	cursor: pointer;
	outline: none;
	width: inherit;
	height: 40px;
	border: 0px;
	background: #ADADAD url('../img/system-test-button.gif') no-repeat;
}

button#system-test:hover
{
	background-position: 0px -40px;
}

ul#registration {
	overflow: hidden;
}

ul#registration, #submit
{
	margin: 14px 0px;
}

ul#registration li
{
	float: left;
}

ul#error li
{
	float: none;
}

ul#registration li.label
{
	clear: left;
	width: 100px;
}

ul#utility-container
{
	clear: left;
	float: left;
	margin-top: 4px;
}

ul#utility-container li span
{
	display: block;
	line-height: 14px;
}

ul#utility-container li#registration-container
{
	width: 300px;
	min-height: 255px;
}

ul#utility-container li#login-container
{
	width: 215px;
	height: 255px;
}

ul#header li, ul#utility-container li
{
	float: left;
}

ul#header li#info
{
	width: 360px;
}

li#system-test-container
{
	width: 100px;
	margin-left: 40px;
}

div#body
{
	width: 563px;
	margin: 60px auto;
	border: 1px solid #000000;
}

div#content
{
	padding: 20px;
	padding-bottom: 5px;
	background: #ADADAD;
}

div#note
{
	clear: left;
	display: block;
	margin-top: 65px;
	font-size: 9px;
	line-height: 12px;
}