body {
	background-color: #403B33;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	background-image: url(../signup.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#container {
	width: 356px;
	height: 398px;
	position: absolute;
	top: 160px;
	left: 48px;
	color: #3F3B34;
}

p.required, span.required {
	color: #762C00;
	font-size:10px;
}

label {
	width:120px;
	height:14px;
	display:block;
	float:left;
}

input {
	background-color: #8397A6;
	border:0px;
	width:240px;
	height:16px;
	padding-left:8px;
	padding-top:2px;
	color: #3F3B34;
	font-size: 11px;
}

input.button {
	background-color: #3F3B34;
	width:80px;
	height:20px;
	color:#ffffff;
	font-size: 11px;
	text-align:center;
	padding:0px;
}


