body
{
	background-color: #040000;
	margin: 0 0 0 0;
	height: 100%;
}

.page
{
    width: 1000px;
    color: White;
    font-size: 12px;
    font-family: Arial;
    margin: 0 auto 0 auto;
    min-height: 650px;
    overflow:hidden; 
    background-color: #040000;
    height: 100%;
}

.maintext
{
	padding-top: 250px;
	padding-left: 510px;
	position: relative;
    color: White;
    width: 380px;
}

.header2
{
	color: #cc0000;
	font-weight: bold;
}

.header1
{
	margin: 0 0 0 -7px;
}

.errorHeader
{
	color: #ffcc00;
	font-size: 14px;
}

.textInput
{
	width: 140px;
}

.labels
{
	font-size: 10px;
}

.red2
{
	color: #cc0000;
	font-size: 14px;
}

.gray2
{
	color: #999999;
}

.required
{
	color: White;
}

.errorMessage
{
	left: 95px;
	top: 630px;
	position: absolute;
	opacity: .75;
	filter: alpha(opacity=75);
	background-color: Black;
	border: solid 1px #999999;
	padding: 10px 10px 10px 10px;
	display: none;
}

.closeRules
{
	color: White;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	right: 5px;
	position: absolute;
}

.closeRules:hover
{
	text-decoration: underline;
}

.closeTerms
{
	color: White;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	right: 5px;
	position: absolute;
}

.closeTerms:hover
{
	text-decoration: underline;
}

#terms
{
	overflow-x: none;
	overflow-y: auto;
	padding: 0 20px 20px 20px;
	left: 50%;
	width: 412px;
	margin-left: -200px;
	bottom: 20px;
	top: 50px;
	position: inherit;
}

#terms_wrapper
{
    color: White;
    font-size: 12px;
    font-family: Arial;
	background-color: Black;
	display: none;
	position: fixed;
	left: 50%;
	width: 450px;
	margin-left: -200px;
	bottom: 20px;
	top: 20px;
	border: solid 1px #999999;
}

#rules
{
	overflow-x: none;
	overflow-y: auto;
	padding: 0 20px 20px 20px;
	left: 50%;
	width: 412px;
	margin-left: -200px;
	bottom: 20px;
	top: 50px;
	position: inherit;
}

#rules_wrapper
{
    color: White;
    font-size: 12px;
    font-family: Arial;
	background-color: Black;
	display: none;
	position: fixed;
	left: 50%;
	width: 450px;
	margin-left: -200px;
	bottom: 20px;
	top: 20px;
	border: solid 1px #999999;
}

a.link
{
	color: White;
	text-decoration: none;
}

a.link:hover
{
	text-decoration: underline;
}

.textInput
{
	background: transparent url(../images/textback.jpg) repeat scroll 0 0;
	border: solid 1px #999999;
	color: White;
	background-image: url(../images/textback.jpg);
}

input.textInput
{
	width: 146px;
}

.hayabusalink
{
	position: absolute;
	width: 138px;
	height: 46px;
	left: 330px;
	top: 296px;
	cursor: pointer;
	z-index:44444;
}

.registrationSuccess
{
	font-size: 20px;
}

#flashcontent
{
	left: 769px;
	top: 0px;
	position: absolute;
	z-index: 400;
}