html, body , input , select , textarea {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    color: #666666;
}

a {
	color:#666666;
}

table.mailTable {
	margin:0px auto;
}

table.mailTable td{
	padding:3px;
}

table.mailTable tr.nopadding td{
	padding-bottom:0px;
}

div#container {
	width: 465px;
	margin:10px auto;
}

div#resultMsg {
	padding-top:115px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

select#dest {
	width:180px;
}

input#email {
	width:176px;	
}

input#filename {
	width:179px;
}

textarea#message {
	width:400px;
	font-size:12px;
	height:130px;
}
