body {
	margin:0;
	padding:0;
	height: 100%;
}

html {
	margin:0;
	padding:0;
	height: 100%;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#vertical   
	{
	margin-left: -290px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 540px;
	height: 460px;
	visibility: visible;
}

#vertical2 
	{
	margin-left: -290px;
	position: absolute;
	top: -120px;
	left: 50%;
	width: 540px;
	height: 230px;
	visibility: visible;
}


#container {
	text-align:center;
	position: relative;
	min-height: 100%;
}

* html #container {
	height:100%;
}

#topband {
	background-color:#000000;
	position:absolute;
	top:0;
	width:100%;
	height:32px;
}


#baseband {
	background-color:#000000;
	bottom:0;
	position:absolute;
	width:100%;
	background:url(images/sparrow.gif) no-repeat;
	background-position:top right;
}

#footerlink {
	color:#FFF;
	text-align:right;
	height:20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:8px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	width:100%;
	background-color:#000000;
	margin-top:18px;
	padding-top:12px;
}

#footerlink a:link, a:visited {
	color:#a252c0;
	text-decoration:none;
}


span.checkbox {
   	width: 24px;
   	height: 24px;
   	padding: 0 3px 0 0;
   	background: url(images/checkbox.gif) no-repeat;
   	display: block;
	float:left;
	
}

.textfield {
	background: url(images/textfield.gif) no-repeat;
	width: 260px;
	height: 34px;
	border:0;
	padding:12px 12px 0 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	margin:0 0 5px 4px;
}

span.select {
	position: absolute;
	width: 260px;
	height: 34px;
	padding: 12px 12px 0 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	background: url(images/selectbox.gif) no-repeat;
	overflow: hidden;
	margin:0 0 5px 4px;
}

#formholder {
	width:406px;
	text-align:left;
	margin:0 auto;
}

#checkboxes {
	margin: 24px 0 15px 0;
}

#submitbutton {
	text-align:right;
	margin:0 8px 0 122px;
	background-image:url(images/required.gif);
	background-repeat:no-repeat;
	width:275px;	
}


#legal {
	color:#999;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:8px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	line-height:10px;
	width:360px;
	margin:5px 0 0 50px;
}


#warningdiv {
	text-align:right;
	color:#FF0000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 10px 0 0;
}
