form * {
	margin: 0;
	padding: 0;
}

#signup-form {
	width: 780px;
	height: 518px;
	background: url(/images/signup_bg.jpg)  no-repeat;
}

#signup-thanks {
	width: 780px;
	height: 518px;
	background: url(/images/signup_bg.jpg)  no-repeat;
}

#signup-thanks div {
	position: relative;
	height: 50px;
	width: 350px;
	left: 380px;
	top: 140px;
}

#form-wrapper {
	position: relative;
	height: 50px;
	width: 440px;
	left: 325px;
	top: 110px;
}

#form-wrapper p {
 	width: 290px;
	position:relative;
	left: 135px;
	font-size: 10px;
}

#signup-form form div {
	margin-bottom: 8px;
	clear:both;
}

#signup-form form #submit {
	background: url(/images/submit.gif) no-repeat;
	width: 55px;
	height: 23px;
	cursor: pointer;
	border:0; 
	position:relative;
	left: 135px;
}

#signup-form form label {
	display:block;
	float:left;
	width: 120px;
	margin: 2px 15px 0 0;
	text-align:right;
	font-size: .8em;
}

#signup-form form label span {
	color: #cc0000;
	padding-left: 3px;
}

#signup-form form select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#signup-form form .textbox {
	width: 280px;
	padding: 2px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#form-error {
	color: #fff;
	font-size: 10px;
	padding: 4px;
	background-color: #cc0000;
	width: 278px !important;
}