.emailbox {
	width: 360px;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 5px 0px;
	border: none solid #dddddd;
	background-color: #eeeeee;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 10px;
	text-align: center;
	letter-spacing: .2em;
}

.emailbox table{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.emailbox input.text, .emailbox textarea,.emailbox input:not([type='image']) {
	font-size: 10px;
	color: #333333;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin: 2px;
	width: 250px;

}
