/* CSS Document */

body {
	background: #0D0D0D;;
	background: url(page_bg.jpg) repeat-x top #111111;
	margin: 15px;
	color: #FFFFFF;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	text-align: center;
	
}

#title {
	height: 200px;
	position: absolute;
	width: 350px;
	top: 230px;
	left: 0px;
	z-index: 1;
}


h1 {
	background: url(sign_up_now.gif) top left no-repeat;
	width: 274px;
	height: 47px;
	font-weight: normal;
	font-size: 12pt;
	margin: 0px;
	text-indent: -3000px;
	margin: 0px;
}

h1#logo {
	background: url(assets/logo.png) top left no-repeat;
	float: left;
	width: 300px;
	margin: 0px;
	text-indent: 0px;
	overflow: hidden;
	padding-top: 130px;
	height: 130px;
	heigh\t: 0px;
	margin: 0px;
	color: #111111;
}


h3 {
	margin-top: 30px;
	text-align: center;
	font-family:"Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

h2 {
	margin-top: 30px;
	font-family:"Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}


h3 a, h3 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}


h2 a, h2 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:link, a:visited {
	color: #FFFFFF;
	white-space: nowrap;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

form, #wrapper {
	width: 500px;
	padding: 15px;
	margin: 0px auto;
	text-align: left;
}

.itemRow, .buttonSet {
	clear: both;
	width: auto;
	overflow: hidden;
	padding: 5px;
}


.itemRow label {
	width: 35%;
	float:left;
	text-align:right;
	font-weight: bold;
	padding-top: 3px;
	margin-right: 3%;
}

.itemRow input {
	border: 1px;
	font: 11pt Helvetica, Arial, Verdana, sans-serif;
	float:left;
}

.buttonSet input {
	float: right;
	border: 0px;
	text-align: center;
	width: 80px;
	background: url(button.gif) top left no-repeat;
	height: 25px;
	color: #FFFFFF;
	font: bold 10pt Helvetica, Arial, Verdana, sans-serif;
	margin-left: 10px;
}

.buttonSet input:hover {
	background: url(button-over.gif) top left no-repeat;
}

