*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 15px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Geneva, Lucida, Helvetica, Sans-serif;
	background: #013750;
	color: #ffffff;
}

#border
{
	width: 457px;
	background: url('../images/page/border.gif') no-repeat;
	padding: 10px;
	margin: 80px auto;
}

#box
{
	border: 5px solid #013750;
	background: #010508 url('../images/page/background.gif') bottom repeat-x;
	width: 427px;
	height: 393px;
}

#heading
{
	background: url('../images/page/top.gif') no-repeat;
	padding: 25px;
}

	#heading h1
	{
		background: url('../images/page/logo.gif') no-repeat;
		width: 219px;
		height: 37px;
		text-indent: -10000000px;
	}

		#heading h1 a
		{
			display: block;
			outline: 0;
		}
	
	#heading span
	{
		display: block;
		margin-top: 20px;
		color: #ffffff;
		font-size: 11px;
		font-weight: bold;
	}
	
#content
{
	padding: 0 25px;
	margin: 0;
}

	#content a
	{
		color: #ffffff;
		text-decoration: underline;
	}
	
	#content a:hover
	{
		text-decoration: none;
	}

	#content h2
	{
		color: #85e4fa;
		font-size: 15px;
		font-weight: normal;
		margin-bottom: 5px;
	}

	#content h2 span
	{
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
	}
	
	#content p
	{
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
	}
	
	#content table
	{
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
	}

		#content table thead tr td
		{
			color: #ffffff;
			font-weight: bold;
			font-size: 11px;
			padding: 5px;
		}
   
			#content table tbody tr td
			{
				padding: 5px;
				color: #ffffff;
				font-weight: bold;
				font-size: 11px;
			border-top: 1px solid #084764;
			}

	#content label
	{
		display: block;
		padding-bottom: 9px;
		color: #85e4fa;
		font-weight: normal;
		font-size: 15px;
	}

	#content input, #content textarea
	{
		height: 24px;
		width: 300px;
		background: #ffffff;
		border: 0;
		font-size: 20px;
		font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Geneva, Lucida, Helvetica, Sans-serif;
		padding: 5px;
		margin-bottom: 19px;
	}
		#content input#username
		{
			margin-bottom: 30px;
		}
   
		#content input#password
		{
			margin-bottom: 19px;
		}
	
		#content textarea
		{
			height: 160px;
		}
	
	#content img
	{
		border: 0;
		margin-bottom: 9px;
	}

	#content input#login
	{
		padding: 0;
		width: 68px;
		height: 19px;
		margin-right: 5px;
		margin-bottom: 0;
		float: left;
	}

	#content input#send
	{
		padding: 0;
		width: 61px;
		height: 19px;
		margin-bottom: 0;
	}

	#content input#signup
	{
		padding: 0;
		width: 79px;
		height: 19px;
		margin-bottom: 0;
	}

	#content input#save
	{
		padding: 0;
		width: 60px;
		height: 19px;
		margin-bottom: 0;
	}
	
	#content a#forgot
	{
		width: 125px;
		height: 19px;
		float: left;
		text-indent: -1000000px;
		background: url('../images/page/button_forgot.gif') no-repeat;
		margin-bottom: 0;
	}
	
#footer
{
	clear: both;
	margin: 30px 25px 0 25px;
	border-top: 1px solid #084764;
	padding-top: 24px;
	padding-bottom: 40px;
	font-size: 10px;
	color: #4cccea;
	font-weight: bold;
}

	#footer a
	{
		color: #4cccea;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		text-decoration: underline;
	}