* {
	border-collapse:collapse;
}
body, table, input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background: #cccccc;
}
#header {
	width: 550px;
	background: #000066;
	padding: 20px;
}

#main {
	width: 510px;
	margin: 0px;
	padding: 0px 40px 15px 40px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	border: 1px solid #999999;
	width: 590px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: white;
}
.logo{
	float: left;
	border: 0;
	margin: 5px;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #cc6600;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
}
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
p a:hover, p a:visited, p a:active, p a:link {
	text-decoration: underline;
}
.myclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.myclear {display: inline-table;}
/* Hides from IE-mac \*/
* html .myclear {height: 1%;}
.myclear {display: block;}
/* End hide from IE-mac */

input.recipient, textarea.message, input.file {
	width: 300px;
	border: 1px solid #999999;
	vertical-align:middle;
}
input, textarea, select{
	border: 1px solid #999999;
}
input.radio {
	border: 0;
}
