html, body, div, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p 
{
	margin: 0;
	padding: 0; 
}
body 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #333333;
	background: #000000;
	padding-top: 150px;
}
#backstage
{
	height: 310px;	
	background: url(/img/bsloginbg.jpg) top center no-repeat;
	padding-top: 244px;
	text-align: center;			
}
h1
{
	display: none;		
}
form
{
	display: inline;		
}
form#sender
{
	display: block;		
	position: relative;
	top: -340px;
}
form#sender span, #remainder
{
	font-weight: bold;
	color : #999999;	
	height: 22px;
}
form input, textarea
{
	border: 1px solid #606060;
	font-weight: bold;

}
input.text, textarea
{
	width: 160px;
	color: #D66D0F;
	background-color: #222222;
}
input.submit
{
	background-color: #000000;
	color: #D22400;
	margin-left: 30px;
}
#loginbox a
{
	color: #D22400;
	font-weight: bold;
	text-decoration: none;
}
#loginbox a:hover
{
	color: #D66D0F;
}