#loginBody fieldset,
#noaccountBody fieldset {
/*	border: 1px solid #333; */
/*	margin-left: auto;
	margin-right: auto; */
/*	padding: 10px 20px 10px 20px; */
	width: 370px;
}
#loginBody input,
#loginBody textarea,
#loginBody select,
#passwordforgottenBody input,
#noaccountBody input,
#noaccountBody select,
#checkoutBody input,
#checkoutBody textarea,
#checkoutBody select {
	background-color: black;
	font-weight: bold;
	padding: 3px;
	color: white;
	border: 1px solid #333;
	width: 180px;
	margin-bottom: 3px;
}
#loginBody label,
#noaccountBody label,
#checkoutBody label {
	text-align: right;
	float: left;
	margin-top: 3px;
	height: 25px;
	width: 140px;
	margin-bottom: 4px;
}
#loginBody input,
#loginBody select,
#noaccountBody input,
#noaccountBody select {
	float: right;
	margin-bottom: 4px;
	margin-right: 25px;
}
.alert {
	display: none;
}
.clearBoth {
	clear: both;
}
#loginBody .buttonRow input,
#passwordforgottenBody .buttonRow input,
#noaccountBody .buttonRow input {
	border: none;
	width: auto;
	height: auto;
}
legend {
	display: block;
	border-bottom: 1px solid #222;
	font-weight: bold;
	padding-top: 15px;
	color: #aaa !important;
	font-size: 14px;
}
label.checkboxLabel {
	white-space: nowrap;
}
input#newsletter-checkbox {
	border: none;
	width: auto;
	margin-right: 170px;
	}
input#email-format-html,
input#email-format-text {
	display: inline;
	border: none;
	width: auto;
	margin-right: 170px;
	}
#loginBody label.radioButtonLabel,
#noaccountBody label.radioButtonLabel {
	display: inline;
	width: auto
	margin-bottom: 0px;
	height: auto;
}
