body {
	background: #286a84 url(../img/background.gif);
	margin: 0;
	padding: 0;
	font-family: Geneva, Helvetica, Arial, Tahoma, sans-serif;
}

#wrapper {
	background-image: url(../img/measure_background.gif);
	background-repeat: no-repeat;
	width: 988px;
}

#logo {
	height: 162px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 240px bottom;
	margin: 0 0 20px;
}

#graph {
	width: 489px;
	height: 424px;	
}

#header {
	background-image: url(../img/signup_header.gif);
	width: 268px;
	height: 106px;
	margin: 20px;
}

#header.thanks {
	height: 217px;
	background-image: url(../img/thanks.gif);
	cursor: pointer;
}

#formholder {
	width: 308px;
}

#form {
	margin: 0 20px 0;
	background-image: url(../img/form.gif);
	background-repeat: no-repeat;
	background-position: 43px 6px;
	width: 268px;
}

#logos {
	background-image: url(../img/logos.png);
	width: 188px;
	height: 367px;
	margin: 20px 0 0;
}

.table {
	clear: both;
}

.table .tr {
	clear: both;
	height: 0;
	overflow: hidden;
}

.table .td, .table .th {
	float: left;
	display: inline;
}

#form .table .td {
	float: right;
	position: relative;
}

#form .table .msg {
	position: absolute;
	margin-left: 5px;
	width: 205px;
	height: 33px;
}

#form .table .td.fn .msg {
	background-image: url(../img/error_fn.png);	
}

#form .table .td.ln .msg {
	background-image: url(../img/error_ln.png);	
}

#form .table .td.em .msg {
	background-image: url(../img/error_em.png);	
}

#form .table .td.ph .msg {
	background-image: url(../img/error_ph.png);	
}

#form .table .td.pro .msg {
	background-image: url(../img/error_pro.png);
	height: 53px;
}

#form .table .td.input {
	height: 24px;
}

#form .table .th {
	width: 0;
	height: 0;
	overflow: hidden;
}

#form .table .tr {
	height: 10px;
}

#form input.input {
	display: block;
	width: 119px;
	height: 20px;
	border: none;
	padding: 2px;
	margin: 0;
	font-size: 16px;
	background: #FFF;
}

#form input.input.error {
	background: #d4eef9;
}

#form .msg .title, #form .msg .text {
	display: none;
}

#form .submit {
	width: 123px;
	height: 41px;
}

#form .privacy {
	width: 123px;
	height: 14px;
	background-image: url(../img/privacy.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#form .privacy:hover {
	background-position: center -14px;	
}

#remember {
	background-image: url(../img/remember.png);
	background-repeat: no-repeat;
	background-position: 240px top;
	height: 83px;
	margin-top: 20px;
}

#footer {
	height: 85px;
	margin: 20px 0;
	background-color: #3e7991;
	background-repeat: no-repeat;
	background-position: 240px center;
	background-image: url(../img/footer.gif);
	text-indent: -9999px;
	font-size: 0;
}

#footer a {
	width: 100%;
	height: 100%;
	display: block;
}

#loader {
	width: 123px;
	height: 32px;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	display: none;
}

#thanks {
	display: none;
}

.left, .right {
	display: inline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}