/* Supporter Confirmation www and email */

.content_email
{
	max-width:600px;
}

.content_email, .content_email td, .content_email th
{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
}

#t_contact_conf
{
	max-width:600px;
	border-collapse:collapse;
	border: 1px solid #333;
	min-width:40%;
}
#t_contact_conf td, #t_contact_conf th
{
	color: #333;
	padding: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	vertical-align: top;
}
#t_contact_conf tr.sechead th
{
	background-color: #E4CB90;
	text-align:left;
}
#t_contact_conf th
{
	background-color: #E4D7BA;
	text-align:left;
}
#t_contact_conf td
{
	background-color: white;
	text-align:left;
}
