* {
	margin: 0;
	padding: 0;
}

body {
	background: #0a639b;
}

#container {
	width: 694px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 40px 0 0 0;
	margin-top: -53px;
}

#container h1 {
	width: 620px;
	height: 45px;
	background: url(../images/logo.jpg) no-repeat;
	margin-left: 38px;
	margin-bottom: 38px;
}

#container h1 a {
	display: block;
	height: 45px;
	outline: none;
}

#container h1 span {
	display: none;
}

#container a {
	color: #666666;
	text-decoration: none;
}

#container a:hover {
	text-decoration: underline;
}

#bar {
	background: #8b8b8b;
	width: 680px;
	height: 38px;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 38px;
	color: #FFFFFF;
	padding: 0 0 0 14px;
}

#container p {
	padding: 14px;
	color: #8b8b8b;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#notify, #email {
	font: bold 21px Arial, Helvetica, sans-serif;
	color: #f08800;
	margin-bottom: 15px;
}

.url, .email {
	border: 1px solid #ededed;
	height: 29px;
	color: #8b8b8b;
	font: bold 17px Arial, Helvetica, sans-serif;
	padding: 10px 10px 0 10px;
}

.url {
	width: 200px;
}

.email {
	width: 300px;
}

.message {
	position: relative;
	top: 30px;
}

#form {
	text-align: center;
	padding-top: 20px;
}

#thanks {
	text-align: center;
	font: bold 21px Arial, Helvetica, sans-serif;
	color: #f08800;
}

#actionButton {
	height: 55px;
	border: 1px solid #ededed;
	background: url(../images/button.jpg) repeat-x;
	font: bold 29px Arial, Helvetica, sans-serif;
	color: #8b8b8b;
	padding: 0 5px;
}

#actionButton:hover {
	border: 1px solid #a9a9a9;
	cursor:pointer;
}

#hang {
	width: 15px;
	height: 53px;
	background: url(../images/hang.jpg) no-repeat;
	position: relative;
	top: 123px;
	left: -354px;
	margin: 0 auto;
}

#bottom {
	width: 694px;
	height: 21px;
	background: url(../images/bottom.png) no-repeat;
}

#footer {
	text-align: right;
	color: #eeeeee;
	width: 694px;
	margin: 0 auto;
	margin-top: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}