body, html {
	background: #59bf73 url(images/bg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	font: 12px Arial, Tahoma, Verdana, Helvetica;
	color: white;
	line-height: 21px;
}

a:link {
	color: white;
	text-decoration: underline;
}

a:visited {
	color: white;
	text-decoration: underline;
}

a:active {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

img {
	border: 0;
}

form {
	display: inline;
}

div#header {
	width: 519px;
	margin: 0 auto;
	padding: 73px 18px 0px 0px;
}

div#header h1 {
	margin: 0;
	padding: 0;
	float: left;
	width: 175px;
	height: 55px;
	overflow: hidden;
}

div#header h1 a {
	background: url(images/logo.gif) top left no-repeat;
	width: 175px;
	height: 55px;
	display: block;
	text-indent: -9999px;
}

div#header div#secure {
	float: right;
	margin-top: 16px;
}

div#header div#secure a#lock {
	background: url(images/lock.gif) top left no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
}

div#border {
	border: 1px #339999 solid;
	width: 501px;
	margin: 0 auto;
	clear: both;
}

div#border div#content {
	border: 1px #a5d2d2 solid;
	background-color: #339999;
	width: 470px;
	padding: 11px 15px 13px 14px;
}

div#border div#content div#ad {
	margin: 10px 0px 10px 0px;
}

div#border div#content div#field {
	background: url(images/field.gif) top left no-repeat;
	width: 470px;
	height: 178px;
}

div#border div#content div#field input.address {
	width: 354px;
	height: 37px;
	border: 0;
	background-color: transparent;
	font: 30px Arial, Tahoma, Verdana, Helvetica;
	color: #72c6c6;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
	vertical-align: top;
}

div#border div#content div#field input.submit {
	width: 85px;
	height: 57px;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	vertical-align: top;
}

div#border div#content div#field div#options {
	color: #038888;
	width: 440px;
	padding: 8px 15px 0px 15px;
}

div#border div#content div#field div#options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#border div#content div#field div#options ul li {
	float: left;
}

div#border div#content div#field div#options ul li input {
	float: right;
}

div#footer {
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
}