body
{
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	color: #666666;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

p, td, li, div
{
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	color: #666666;
}

h1
{
	font-family: Trebuchet MS, Arial;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 6px;
	padding-top: 14px;
}

input
{
	border: 1px solid #cccccc;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	color: #999999;
	padding-top: 3px;
	background-color: #ffffff;
	height: 30px;
}

form
{
	margin: 0px;
}

.badinput
{
	background-color: #ffcccc;
	color: #990000;
}

#signup-bg
{
	margin-top: -13px;
	*margin-top: 0px;
	width: 265px;
	height: 130px;
	text-align: center;
	background-image: url('images/signup.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#signup-box
{
	width: 230px;
	margin-left: 18px;
	*margin-left: 0px;
}

#signup-button
{
	float: right;
	width: 100px;
	height: 30px;
	display: block;
	background-image: url('images/signup-button.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}
#signup-button:hover
{
	background-position: 0px -30px;
}
