table#webmail {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid black;
}

#webmail caption 	{
	width: 70%;
	margin: 0 auto;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.5em;
	padding-bottom: 0.5em;
}
#webmail th	{
	text-align: right;
}
#webmail select	{
	width: 99%;
}
#webmail .Button, 
#webmail .Button:visited	{
	border: 1px solid black;  
	background-color: #466BB5;
	font: bold 12px tahoma, sans-serif;
	color: white;
	padding: 1px 5px;
	margin: 0;
}
#webmail .Button:hover {
	border: 1px inset;
	background-color: #9BB1DE;
	color: #0E1929;
}


