﻿*
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

body
{
	background-repeat: no-repeat;
	background-position: top center;
}

pre
{
	font-family: Courier, Courier New, Fixedsys;
}

form
{
	padding: 0;
	margin: 0;
	display: inline;
}

body, div, span, table, tr, th, td{ 	padding: 0; 	margin: 0; 	border-collapse: collapse; }ul, ol{	margin-top: 0;	margin-bottom: 0;	padding-top: 0;	padding-bottom: 0;}
sub, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup, sup.top { top: -0.25em; }
sup.bottom { top: 0em; }
sub { bottom: -0.25em; }


input[type=checkbox] 
{ 
	margin: 4px; 
}
input[type=submit]
{
	padding: 3px;
}

a, a:active, a:link, a:visited, a:hover
{
	color: #dd00dd;
}

.clear
{
	width: 100%;
	height: 1px;
	line-height: 1px;
	margin: 0 0 -1px;
	clear: both;
}
.clear:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.empty {}

body
{
	position: relative;
	background-color: #000000;
	color: #ffffff;
}

#header
{
}

#content
{
	min-height: 500px;
}

#footer
{
	position: relative;
	bottom: 0px;
}

.round-5
{
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.top-round-5
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.round-10
{
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.top-round-10
{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.error-box
{
	width: 600px;
	padding: 10px;
	border: solid 1px #000000;
	background-color: #ffff00;
	text-align: center;
}
.error-message
{
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}