body, h1, h2, h3, p, a, ul, li, img, form, input {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body, html {
	height:100%;
}
img {
	border:none;
}
ul {
	list-style-type: none;
}
h1 {
	float:left;
	margin-left:37px;
	display:inline;
}
h1 a{
	text-indent: -9999px;
	float: left;
	overflow:hidden;
	background: url(../images/sbe-logo.png) no-repeat left top;
	height: 160px;
	width: 217px;
	cursor:pointer;
}
h2 {
	float: left;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	color: #c0bfbf;
	text-align: center;
	margin-bottom:40px;
}
label {
	font-size: 12px;
	text-transform: uppercase;
	color: #c0bfbf;
	width:100%;
	line-height:18px;
	margin:0px 0 3px 0;
	font-weight:bold;
	float:left;
}
input {
	float:left;
	width:100%;
	border:none;
	line-height:14px;
	font-size:12px;
	padding: 2px 0px;
}
a:hover {
	text-decoration:underline;
}
.top-space {
	float: left;
	height: 50%;
	width: 100%;
	margin-top: -301px;
}
#page-wrapper {
	width:455px;
	margin: 0 auto;
}
form {
	float:left;
	width:455px;
	width:290px;
	padding: 0 82px 0 82px;
	height:602px;
	background: url(../images/form-bg.jpg) no-repeat left top;
	border: 1px solid #FFFFFF;
}
.wrapper-narrow, .wrapper-wide {
	float:left;
	display:inline;
	padding-bottom:5px;
}
.wrapper-narrow {
	width:140px;
}
.margin15 {
	margin-right:10px;
}
.wrapper-wide {
	width:100%;
}
input.btn {
	width: auto;
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	margin-top:8px;
}
