table.emailbox {
	margin:30px;
}
table.emailbox td {
	vertical-align:top;
}
table.emailbox .input1 {
	width:400px;
	border:1px solid black;
	background:#fafcff;
}
table.emailbox .input2 {
	width:100px;
	border:1px solid black;
	background:#fafcff;
}
table.emailbox #address {
	width:400px;
	height:80px;
	border:1px solid black;
	background:#fafcff;
}
table.emailbox #message {
	width:400px;
	height:140px;
	border:1px solid black;
	background:#fafcff;
}

.signupemail {
	border:0px;
	background:url(../../images/signupinput.gif);
	width:164px;
	height:19px;
	padding:3px 0 0 4px;
}

a.signupbutton {
	display:block;
	background:url(../../images/signupbutton.jpg);
	height:22px;
	width:28px;
	float:left;
	overflow:hidden;
	text-indent:-200px;
	margin-top:-22px;
	margin-left:180px;
}
a.signupbutton:hover {
	background-position: 0 22px;
}
/*400 - (5*2) = 390 - 100 = 290*/
.table_c1 {
	width:81px;
	height:35px;
	border-bottom:1px solid #CCC;
	color:#000;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	float:left;
	overflow:hidden;
}
.table_c2 {
	width:307px;
	height:35px;
	border-bottom:1px solid #CCC;
	float:left;
	overflow:hidden;
}
.table_c1 div {
	padding:4px;
}
.table_c2 div {
	padding:6px 4px 0 4px;
}
.table_c2 input {
	width:295px;
	border:1px solid #CCC;
	
}
.table_c2 textarea {
	width:295px;
	border:1px solid #CCC;
	height:50px;
	overflow:hidden;
	
}
.table_c3 {
	width:388px;
	height:90px;
	color:#000;
	font-family:arial;
	font-size:11px;
	float:left;
	background:#EEF;
	font-weight:400;
	overflow:hidden;
}
.table_c3 div {
	padding:4px;
}