div.mail-form{
	margin: 10px;
	border: 1px solid #757575;
	color: white;
	text-align: center;
}

div.mail-form .header{
	border-bottom: 1px solid white;
	line-height: 20px;
	text-align: center;
	width: 80%;
	margin: 0px auto 20px;
}

div.mail-form table{
	color: white;
	font-size: 12px;
	width: 80%;
	margin: auto;
}

div.mail-form table td.left{
	text-align: right;
	width: 150px;
}

div.mail-form table td input.text, .select{
	width: 400px;
}

div.mail-form table td textarea.text{
	width: 400px;
	height: 150px;
}

div.mail-form table td input.button{
	border: 1px solid white;
}

div.mail-form table td.spaned{
	text-align: center;
}

div.mail-form .footer{
	border-top: 1px solid white;
	line-height: 20px;
	text-align: center;
	width: 80%;
	margin: 20px auto 0px;
}