#body form{
	clear: both;
}

#body form fieldset{
	margin-top: 20px;
	position: relative;
}

#body form fieldset p {
    clear: both;
    zoom: 1;
}

#body form fieldset p:after {
    content: "";
    display: block;
    clear: both;
}

#body form .required span {
    color: #d85430;
}

#body form fieldset.small{
	margin-bottom: 0px;
}

#body form#form-validate.standard fieldset label,
#body form.standard fieldset label,
#body form.mmf-form fieldset label {
	float: left;
	width: 230px;
}

#body form p.acceptance label {
    float: none;
}

#body form.standard fieldset input,
#body form.mmf-form fieldset input {
	width: 200px;
	border: 1px solid #dadbd8;	
    padding: 4px;
}

#body form.standard fieldset input.regular,
#body form.mmf-form fieldset .mmf-list-item input,
#body form p.acceptance .mmf-acceptance {
	width: auto;
	border: none;
	height: auto;
}

#body form.standard fieldset textarea{
	width: 200px;
	border: 1px solid #dadbd8;	
}
#body .signup{
	border-top: 1px solid #dadbd8;
	border-bottom: 1px solid #dadbd8;	
	padding: 20px 0;
	margin-bottom: 20px;
}
#body form.standard fieldset.signup input{
	float: left;
	margin-right: 20px;
	width: auto;
}
#body form.standard fieldset.signup label{
	width: auto;
	float: left;
	width: 565px;
}	
#body form fieldset.submit *{
	vertical-align: middle;
}
#body form fieldset.submit input{
	margin-right: 20px;
	width: auto;
	height: auto;
	border: none;
}
#body form fieldset span.required.message{
	position: absolute;
	top: 10px;
	left: 340px;
}
#body form fieldset.signup input{
	border: none;
}
/******************** shopping cart ************************/
.checkout-cart-index fieldset.codes{
	border-bottom: 1px solid #dadbd8;
	padding-top:10px;
}
.checkout-cart-index div.legend{
	float: left;
	width: 230px;
	margin: 5px 0 0 15px;	
}
.checkout-cart-index div.legend h4{
	margin-bottom: 0;
}
.checkout-cart-index div.form-elements{
	float: left;
}
.checkout-cart-index div.form-elements *{
	vertical-align: middle;
}
.checkout-cart-index div.form-elements label{
	float: none;
	display: block;
	font-weight: bold;
}
.checkout-cart-index div.form-elements input,
.checkout-cart-index div.form-elements select{
	width: 270px;
	height: 20px;
}
.checkout-cart-index div.form-elements input.submit{
	width: auto;
	height: auto;
}

.checkout-cart-index  table#shopping-cart-totals-table{
	width: 260px;
}
/********************* dealer request form *******************/
fieldset.dealer-request-form{
	border-bottom: 1px solid #dadbd8;
	padding-bottom:10px;
	margin-bottom: 20px;
}
fieldset.dealer-request-form.last{
	border: none;
	margin-bottom: 0;
}
fieldset.dealer-request-form input{
	width: 50px;
	height: 17px;
}

fieldset.dealer-request-form p{
	vertical-align: middle;
	margin-bottom: 15px;
}
.dealers-area fieldset.submit{
	border-top: 1px solid #dadbd8;
	padding-top:20px;
	clear: both;
}

/********************* Checkout *****************/

.form-list li {
    zoom: 1;
}

.form-list li:after {
    content: "";
    display: block;
    clear: both;
}

#body form.checkout label {
display: block;
    float: none !important;
    width: auto !important;
    font-weight: bold;
}
#body form.checkout fieldset {
    margin-bottom: 15px;
    width: 531px;
}
#body form.checkout fieldset input,
#body form.checkout fieldset select {
    width: 100%;
    height: 18px;
}

#body form.checkout fieldset fieldset {
    width: 256px;
    float: left;
    margin: 0 19px 0 0;
    *margin-right: 10px;
}

#body form.checkout .address input {
    margin-bottom: 10px;
}

#body form.checkout .ship-to input {
    vertical-align: middle;
    width: auto;
    border: none;
}

#body form.checkout .ship-to #ship-to-different-address {
    margin-left: 15px;
}

#body form.checkout .ship-to label,
#body form.checkout .payment-method label {
    font-weight: normal;
    display: inline;
}

#body form.checkout .submit {
	width: auto;
	border-top: 1px solid #dadbd8;
	padding-top: 25px;
	text-align: right;
}

#body form.checkout .submit input {
    width: auto;
    height: auto;
    margin: 0;
}

#body form.checkout .submit .legend {
    display: block;
    margin-bottom: 10px;
    color: #d85430;
}

#body form.checkout .submit a {
    float: left;
    font-weight: bold;
}

#body form.checkout .payment-method dt,
#body form.checkout .shipping-method dt {
    font-weight: bold;
}

#body form.checkout .payment-method dd,
#body form.checkout .shipping-method dd {
    padding: 5px 0;
}

#body form.checkout .payment-method dd input,
#body form.checkout .shipping-method dd input {
    vertical-align: -25%;
    width: auto;
    border: none;
}

#body form.checkout .payment-method dd label,
#body form.checkout .shipping-method dd label {
    font-size: 11px;
    color: #565656;
    display: inline;
}

#body form.checkout .credit-card fieldset {
    clear: both;
    margin-bottom: 10px;
}

#body form.checkout .expiration-date select {
    width: auto;
}

#body form.checkout #card-verification-number {
    width: 40px;
}

#body #order-review .submit {
    padding: 20px;
    text-align: left;
}

#body #order-review .submit strong {
    float: left;
    padding-top: 10px;
}

#body #order-review .submit img {
    float: right;
}

/************************** product page ********************************************/
#product-options-wrapper dt{
	font-size: 14px;
	color: #435967;
	font-weight: bold;
	margin-bottom: 10px;
}
#product-options-wrapper dd{
	margin-bottom: 20px;
}
#product-options-wrapper p.required{
	float: right;
}
/************************** customer account section ***********************************/
.customer-account-edit form li{
	margin-bottom: 10px;
}


/***************************** validation *******************************************/
form.standard .validation-advice{
	margin-left: 230px;
}