body
{
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}

body, table
{
	font-size: 13px;
}

img
{
	border					: 0;
}

table#positioner
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

table#positioner tr
{
	vertical-align: middle;
}

table#positioner td
{
	text-align: center;
}

div#wrap
{
	margin: 0 auto;
	width: 380px;
	text-align: left;
}

table#positioner td>div#wrap
{
	width: 360px;
}

div#content
{
	/*
	 * prevents a rendering problem in IE where the title and message don't
	 * display when a width isn't defined.
	 */
	width: 100%;
	padding: 10px 10px 5px 10px;
	border: 1px solid #003;
	background-color: #e6eaff;
}


div#content hr
{
	margin: 10px 20px;
	height: 2px;
	border-style: none;
	background-color: #003;
}

div.title
{
	font-weight: bold;
	margin-bottom: 5px;
}

div.error
{
	color: #007208;
	font-weight: bold;
}

input.button
{
	font-size: 10px;
	color: #fff;
	background-color: #005;
	border: 2px solid #aac;
	padding: 1px 0;
	cursor: pointer;
	letter-spacing: 1px;
}

div.row
{
	clear: both;
	padding: 2px 0;
}

div.row span.label
{
	float: left;
	width: 110px;
	font-weight: bold;
}

div.row span.form-widget
{
	float: right;
	width: 245px;
}

div#bottom
{
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 10px;
}

div#bottom a
{
	color: #007208;
}

div.spacer
{
	clear: both;
	height: 5px;
}