A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: underline; color: red;}
A:hover {text-decoration: underline; color: red;}

.indent {
	padding-left: 20px;
}


h1
{
	font: 11px verdana;
	color:#ffffff;
	text-decoration: none;
	word-spacing: .1em;
	margin-top:7px;
	margin-bottom:7px;
	text-align: center;
}


body
{
	margin:0px;
	text-align:center;
	font: 12px verdana, arial;
	color: #46463f;
	background-color:#46463f;
	margin-left:auto;
	margin-right:auto;
}


#container
{
	position:relative;
	width: 900px;
	height:800px;
	border-width:1px;
	border-color:white;
	border-style:solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#46463f;
	top: 15px;
	margin-left:auto;
	margin-right:auto;
}	


#header
{
	width:840px;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;	
}

#header2
{
	width:780px;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;
	margin-top:23px;
	font: 12px verdana, arial;
	color: white;
	text-align: right;
	margin-left:auto;
	margin-right:auto;	
}

#header3
{
	position:absolute;
	top: 15px;
	right: 20px;
	width: 30px;
	height: 30px;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;		
}


#enter
{
	position:relative;
	top: 120px;
	width:898px;
	height:30px;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;			
}



#entertop
{
	position:relative;
	top: 130px;
	width:898px;
	height:20px;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;
	font: 13px verdana, arial;
	color: red;
}


#footer
{
	position:absolute;
	bottom: 10px;
	left: 0px;
	width:898px;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	background-color:#46463f;
	font: 10px verdana, arial;
	color: white;			
}


input.txt {
  color: #000000;
  border: 1px solid #999999;
  width: 250px;
}
input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 35%;  
}