@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/chee_pattern.gif);
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

.MainDisplay {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:690px;
}

.LeftPanel {
	display:block;
	width:140px;
	float:left;
	font-family:"Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	text-align:left;
}

.SignupPanel {
	float:left;
	width:430px;
	margin-left:20px;
}

.FormText {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:right;
	float:left;
	width:110px;
	padding-right:10px;
}

.FormTextReq {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#CC0000;
	text-align:right;
	float:left;
	width:110px;
	padding-right:10px;
}

.FormField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	float:left;
}
	
