body {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	padding-top: 15px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
p, form {
	padding: 0;
	margin: 0;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 884px;
	text-align: left;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}



div.signupbg {
	clear: both;
	background-image: url(images/signup-bg.gif);
	background-repeat: repeat-y;
	width: 884px;
	display: table;
}
div.formtxt {
	float: left;
	margin-left: 48px;
	text-align: right;
	width: 70px;
	line-height: 30px;
	margin-right: 16px;
}
input.form {
	width: 254px;
	border: 1px #494b56 solid;
	padding: 6px;
	height: 17px;
	font-size: 14px;
	float: left;
	margin-bottom: 5px;
}
div.signupdown {
	clear: both;
	background-image: url(images/signup-down.gif);
	background-repeat: no-repeat;
	width: 884px;
	height: 60px;
	position: relative;
}
div.signupdown input {
	position: absolute;
	bottom: 0px;
	left: 332px;
	width: 255px;
	height: 37px;
	background-image: url(images/signup-btn.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

