/* --------------------------------------------------------------
	RESET
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section { display: block; }

body
{
	margin: 0px;
	background-color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* --------------------------------------------------------------
	STYLES
-------------------------------------------------------------- */

#root_
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 632px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}

#root_ form
{
	margin: 0px 6px 0px 7px;
	padding: 0px 20px 10px 19px;
	background-color: #FFF;
}

label
{
	font-size: 13px;
	color: #333;
}

label span { color: #F00; }
label.dropdownlabel { padding-right: 15px; }
label.radiolabel { padding-right: 40px; }

label.block
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	display: block;
	clear: both;
}

fieldset
{
	padding: 10px 0px 10px 0px;
	border-bottom: 2px dotted #E2E2E2;
}

#root_ fieldset fieldset
{
	padding: 0px;
	border-bottom: none;
}

fieldset.textinput
{
	padding: 10px 0px 0px 0px;
	border-bottom: none;
}

fieldset.textinput input { margin: 2px 0px 6px 0px; }

fieldset.textinput label
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 60px;
	height: auto;
	display: block;
	float: left;
}

fieldset.column
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 50%;
	height: auto;
	display: block;
	overflow: hidden;
	float: left;
}

fieldset.column.twofifths { width: 40%; }
fieldset.column.threefifths { width: 60%; }
fieldset.column.onethird { width: 250px; }

fieldset.column.twothirds
{
	width: 304px;
	padding-left: 26px !important;
}

fieldset.noborder { border-bottom: none; }

textarea#comments
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 100px;
}

input#submit-button { float: right; }
.red { color: #F00; }

.footnote
{
	font-size: 11px;
	color: #666;
}


#screenshot
{
	position: absolute;
	left: 0px;
	top: 3px;
	width: auto;
	height: auto;
}

noscript
{
	color: #F00;
	text-align: center;
}
