@media screen, handheld {
body {
	background: #000 url(../img/sign-up/bg.jpg) top center no-repeat;
}

#page {
	width: 960px;
	padding-top: 0;
	margin-bottom: 20px;
}

#hd {
	position: relative;
	z-index: 0;
	text-align: center;
}

#bd {
	position: relative;
	width: 960px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: transparent url(../img/sign-up/bd-bg.png) top center no-repeat;
}

.main {
	float: none;
	width: 332px;
	margin: 0 auto;
	padding-top: 20px;
}

label { display: block; }
.required { font-weight: bold; color: red; }
.directions { font-size: 11px; }
input.type-text, .yes-or-no-question { margin-bottom: 1em; }
input.type-text { width: 322px; }
input.type-radio { margin-bottom: 0; }

/* end @media screen, handheld */
}
