* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: transparent url(../img/bg_logo.gif) top left no-repeat;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	margin-top: 120px;
}

h1 {
	font-size: 170%;
	color: #000000;
	border-bottom: 2px solid #009999;
}

form {
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
form div {
	clear: left;
	margin-bottom: 3px;
}
form label {
	width: 200px;
	text-align: right;
	margin-right: 10px;
	float: left;
	font-weight: bold;
}
form input[type~="text"] {
	padding: 2px;
}

table {
	margin-top: 20px;
	margin-bottom: 20px;
}
table td.label {
	font-weight: bold;
	text-align: left;
	padding-right: 20px;
	width: 40%;
}

p.contactus {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
p.contactus a {
	color: #009999;
}

.separator {
	clear: both;
}