table.signup {
	width: 100%;
	border: 0px;
}

table.signup th {
	width: 150px;
	
	padding: 3px;
	padding-left: 0px;
	
	font-size: 14px;
	font-weight: bold;
	
	text-align: left;
}

table.signup th.alt {
	color: #867762;
}

table.signup td {
	padding: 3px;
}

table.signup input {
	padding: 3px;
	
	font-family: "Trebuchet MS", serif;
	font-size: 14px;
	font-weight: bold;
	
	color: #625748;
	
	border: 2px solid #877d63;
}

table.signup input.website {
	width: 130px;
	padding-left: 123px;
	
	background: #fff url(/_images/design/signup-linkbg.png) no-repeat;
	behavior: url(/iepngfix.htc);
}

table.signup input.btn {
	margin-top: 10px;
	
	color: #998A6F;
	cursor: pointer;
	
	font-size: 14px;
	font-weight: bold;
	
	height: 30px;
	width: 141px;
	
	border: medium none;
	background: transparent url(/_assets/images/button_0.png) no-repeat scroll 50%;
	behavior: url(/iepngfix.htc);
}

table.signup td div.errMSG {
	position: relative;
	
	float: left;
	
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-left: 8px;
	
	font-size: 14px;
	font-weight: bold;

	color: #867762;
}