/* @override http://www.thehelvetia.com/_css/styles.css */

* {
	padding: 0;
	margin: 0;
}
body {
	background: #02546a url(../images/bg_helv.gif) repeat-x;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 12px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}
#main-container {
	width: 800px;

}
#main-gfx {
	width: 800px;
	height: 400px;
	background: url(../images/helv-logo.gif) no-repeat center top;
}
#main-text {
	margin-left: 95px;
	margin-top: 60px;
	margin-bottom: 20px;
}
span.hlight {
	margin-bottom: 20px;
	color: #fff;
	background: #034557 center top;
	font: 23px/35px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	padding: 2px 4px;
}
input#email {
	padding: 5px;
	font: 16px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	color: #02566b;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #fff;
}
label {
	font-size: 12px;
	color: #007999;
}
#footer {
	margin-left: 95px;
	font-size: 12px;
	color: #007999;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #007999;
}
a:hover {
	color: #00a4d0;
}
a.download {
	width: 100px;
	display: block;
	float: left;
	text-indent: -444444px;
	border-bottom-style: none;
	height: 24px;
}
.dl-box {
	background: url(../images/dl-bg.gif) no-repeat;
	height: 15px;
	padding-top: 10px;
	text-align: right;
	width: 366px;
	padding-right: 10px;
	padding: 9px;
	color: #ffecb3;
	margin-top: 10px;
}
p {
	margin-bottom: 25px;
}
#response {
	font-size: 12px;
	margin-top: 10px;
	color: #ffe492;
}