* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #001E5C;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	overflow: auto;
}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5000;
}

h1 {
	font-size: 17px;
	padding-left: 10px;
}
h2 {
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 4px;
	border-left: solid white 4px;
	border-bottom: solid white 1px;
}
h3 {
	font-size: 14px;
	padding: 10px 0px 2px 0px;
}
.refimg{
	border: solid white 4px;
}
hr {
	border: 0px;
	color: #fff;
	background-color: #fff;
	height: 2px;
}
a{
	color: #fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#captcha{
	background-color: white;
}
#stuff{
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -360px;	
	width: 710px;
	z-index: 20;	
}
#container{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#flashGround{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 350%;
	z-index: 1;
}
#about {
	width: 220px;
	padding: 10px;
	float: left;
	border-right: solid #fff 1px;	
}
#ref {
	padding: 10px;
	float: right;
	width: 440px;
}

.notification_error
{
border: 1px #567397 solid;
height: auto;
width: 200px;
padding: 8px;
background: #fff;
text-align: center;
color: #333;
}

.field_error
{
float: right;
color: red;
margin-left: 2px;
background: white url('images/icon_warning.gif') no-repeat scroll 0px 50%;
padding-left: 20px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 200px;
padding: 8px;
background: #fff;
text-align: center;
color: #333;
}
.notification_ok a{
	color: #333;
	text-decoration:none;
}
.notification_ok a:hover{
	text-decoration:underline;
}
.button
{
width: 100px;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
margin-left: 50px;
background: white;
color: #333; 

padding: 4px;

font-size: 13px;
}


/* Label */
label 
{
float: left;
text-align: left;
}

/* Input, Textarea */
input, textarea {
width: 200px;
margin: 5px 5px 5px 0px;
padding: 2px; 
font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333; 

font-size: 13px;
}
#code{
	margin: 0px 0px 5px 5px;
	padding: 2px;
	width: 50px;
}

br {
clear: left;
}
