#mobile, #mobile * {
	margin: 0;
	padding: 0;
}
.html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#mobile {
	padding: 36px 55px;
	border: 4px solid #666;
	font-family: arial, sans-serif;
}
#mobile h1 {
	color: #0099CC;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 16px;
}
#mobile label {
	display: block;
	color: #000;
	font-weight: normal;
}
#mobile .genderSet, #mobile .genderSeekSet {
	width: 95px;
	float: left;
}
#mobile .zipSet { clear: both; }
#mobile fieldset { height: 40px; }
#mobile .btnRegister {
	background: url('continueBtn.gif') no-repeat;
	cursor: pointer;
}
#mobile .btnLogin {
	background: url('signinBtn.gif') no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 200px;
}
#mobile .emailMatches input {
	float: left;
	margin: 2px 6px 10px 0;
	width: auto;
}
#mobile input { width: 190px }
#mobile #postalCode { width: 75px; }
#mobile #phoneAreaCode { width: 30px; }
#mobile #phoneNumber { width: 100px; }
#mobile #alreadyMember, #mobile #notMember {
	font-size: 12px;
	margin: 10px 0 0;
}
#mobile a:link, #mobile a:active, #mobile a:visited {
	text-decoration: none;
	color: #007CC4;
}
#mobile a:hover { text-decoration: underline; }
#mobile .errorMessageSummary {
	color: #FF0000;
	margin: 0 0 10px 14px;
}
#mobile #handle, #mobile #password { width: 130px; }
#mobile #pnlHandle, #mobile #pnlPassword {
	width: 160px;
	float: left;
}
#mobile .rememberSet input {
	float: left;
	width: auto;
	margin: 0 6px 10px 0;
}
#mobile .rememberSet span {
	color: #666;
	font-size: 12px;
	float: left;
}
#mobile #pnlTOU a:link, #mobile #pnlTOU a:active, #mobile #pnlTOU a:visited { color: #547FA9; }
#mobile #notMember { color: #666; }
#mobile fieldset { border: 0; }