#registration {
	width:834px;
}
#registration form {
	clear: both;
	margin-left:10px;
}
#registration fieldset {
	width:400px;
	float: left;
}
#registration div.submit {
	clear:left;
}
#registration div.submit span.btSubmit {
	float: right;
	margin-right:15px;
}
#registration .field2 {
	margin-left:15px;
}
#registration form h3 {
	font-size:18px;
	color: #063875;
	margin: 0.4em 0;
	clear: both;
	font-weight:normal;
}
* html #registration .btSubmit {
	border:1px solid #FFFFFF;
}
* html #registration .btSubmit input {
	width:65px;
}
*+ html #registration .btSubmit input {
	width:65px;
}
#registration .grouptext {
	clear:both;
}
#registration .grouptext div.text {
	float: left;
	width:200px;
}
#registration .grouptext div.select {
	margin:8px 0;
}
#registration div.text {
	margin:8px 0;
}
#registration .field2 div.text {
    margin:0 0 8px;
}
#registration .field2 .grouptext {
    padding-top:11px;
}
#registration div.select {
	margin-bottom:9px;
	float:left;
}
* html #registration div.select {
	margin-bottom:2px;
}
*+ html #registration div.select {
	margin-bottom:3px;
}
#registration div.h3p {
	float:left;
	padding-top:11px;
}
* html #registration div.h3p {
	padding-top:0px;
}
*+ html #registration div.h3p {
	padding-top:13px;
}
#registration div.h3p h3, #registration div.h3p p {
	display:inline;
}
#registration p.asterisk {
	clear:both;
	zoom:1;
}
#registration div.checkbox label {
	font-weight:normal;
}
#registration div.checkbox a {
	color:#DA161F;
	text-decoration:underline;
}
#registration div.checkbox a:hover {
	text-decoration:none;
}
#js #registration div.checkbox label {
	background:transparent url(/img/showroom/checkbox-off.gif) no-repeat left center;
	padding-left:22px;
	cursor:pointer;
}
#js #registration div.checkbox label.checked {
	background:transparent url(/img/showroom/checkbox-on.gif) no-repeat left center;
}
#registration input.wide {
	width:380px;
}
.fauxSelect {
	width:158px;
}

#registrationForm  a.cancel {
	float:right; clear:right;
	margin:10px 40px;
	color:#E41E0A;
	background:transparent url(/img/cross-red-box.png) no-repeat scroll 100% 50%;
	padding-right:20px;
	text-align:right; text-decoration:underline;
	
}
#registrationForm  a.cancel:hover {
	text-decoration:none;
}
