/* User Styles */

input.Textbox
	{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #888;
	width: 100px;
	height: 18px;
	}

#RegisteredUsers
	{
	width: 235px;
	background-color: #330;
	}
	
#NewUsers
	{
	width: 235px;
	background-color: #135;
	}

#ForgottenPassword
	{
	width: 235px;
	background-color: #333;
	}

#RegisteredUsers td, #ForgottenPassword td, #NewUsers td
	{
	color: #fff;
	}
