html{font-size:62.5%;}
body {
	background: url(../images/bg.jpg) no-repeat right top;
	font-family: verdana, sans-serif;
}
h1 {
	background: url(../images/logo.png) no-repeat top left;
	text-indent: -999em;
	width: 294px;
	height: 168px;
	top: 20%;
	left: 20%;
	position: absolute;
}
#main {
	width: 300px;
	height: 70px;
	overflow: hidden;
	border: 0px solid #5777ff;
	margin-top: -35px;
	margin-left: -150px;
	top: 50%;
	left: 50%;
	position: absolute;
	line-height: 150%;
	color: #039;
	font-size: 1em;
	text-align: justify;
	letter-spacing: 1px;
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	font-size: 0.9em;
}
.bottom{
	width: auto;
	height: auto;
	margin: 0;
	top: auto;
	left: auto;
	color:#ccc;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.input{
	border: 0;
	background: url(../images/input.gif) no-repeat top left;
	width: 140px;
	height: 14px;
	padding: 5px;
	margin-top: -4px;
}
.button{
	color: #fff;
	text-transform: uppercase;
	border: 0;
	background: #fff url(../images/go.gif) no-repeat top left;
	display: block;
	float: right;
	width: 55px;
	height: 24px;
}
label{
	position: relative;
	font-style: italic;
}
.formelements{
	float: left;
	display: block;
}