html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td {
	margin: 0;	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border: 0;
}
body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: #000;
}
ul {
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
input, select, textarea { font-family: Arial, Verdana, Tahoma, sans-serif; }
input.check {
	float: left;
	margin: 0 6px 6px 0;
	* margin: -3px 0 6px -3px;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
.hidden { display: none; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix { display: inline-block; }
.error {
	color: #f1c300;
	font-weight: bold;
}


div.left { float: left; display: inline; }
div.right { float: right; display: inline; }


#page {
	width: 892px;
	margin: 0 auto;
	text-align: left;
}


#leftbar {
	position: relative;
	width: 410px; min-height: 432px;
	margin: 58px 0 25px 80px;
	text-align: right;
}
* html #leftbar { height: 432px; }
#leftbar div.counter {
	position: absolute;
	width: 180px;
	bottom: 90px; left: 180px;
	font-size: 3em;
	text-align: center;
	color: #000;
	font-weight: bold;
}


#rightbar {
	position: relative;
	width: 340px; min-height: 370px;
	margin: 64px 0 0 0; padding: 0 0 30px 30px;
	border-left: #303030 solid 1px;
}
* html #rightbar { height: 370px; }
#rightbar h2 {
	padding: 0 60px 0 0;
	font-size: 1.5em;
	line-height: 1.25em;
	font-weight: normal;
}
#rightbar h2 img {
	position: relative;
	margin: -30px -60px -20px -24px;
}
#rightbar p {
	position: relative;
	padding: 10px 0 0 0;
	font-size: .75em;
	line-height: 1.25em;
}
#rightbar ul {
	list-style: disc;
	padding: 2px 0 0 28px;
	font-size: .75em;
	line-height: 1.25em;
}
#rightbar ul li {
	padding: 10px 0 0 0;
}
#rightbar div.flash {
	position: absolute;
	top: 290px; left: 30px;
	padding: 10px;
	background: #000;
	border: #d2d2d2 solid 1px;
}
#rightbar div.flash img {
	float: left;
	margin: 0 10px 0 0;
}
#rightbar div.flash p {
	padding: 12px 0 0 0;
	font-size: .875em;
	line-height: 1.25em;
}

#rightbar table {
	width: 320px;
	margin: 8px 0 48px 0;
}
#rightbar table td {
	padding: 4px 0;
	font-size: .75em;
}
#rightbar table td label {
	white-space: nowrap;
}


#footer {
	clear: both;
	width: 100%;
}


body.terms {
	color: #000;
	background: #fff;
}
body.terms #page {
	width: 600px;
	margin: 24px auto;
}
body.terms #page a {
	color: #000;
}
body.terms #page h1 {
	padding: 0;
	font-size: 1.5em;
	line-height: 1.25em;
}
body.terms #page p {
	padding: 12px 0 0 0;
	font-size: .75em;
	line-height: 1.25em;
}
body.terms #page ol {
	padding: 12px 0 0 24px;
	font-size: .75em;
	line-height: 1.25em;
}
body.terms #page ol li {
	padding: 0 0 8px 0;
}