@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #FFFFFF;
}
body,td,th {
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

#headers {
	background-image: url(images/headers_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 344px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bgdown {
	background-color: #FFFFFF;
	background-image: url(images/bgdown_06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 400px;
}
#signup {
	background-image: url(images/signup_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 57px;
	width: 277px;
}
#rollover {
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	input {
	border: 2px black solid;

}
.form {
	line-height:40px;
	padding-left:80px;
}

