form {
    }

fieldset {
    background-color: #efefef;
    border: 1px solid #888;
    padding: 22px;
    }

fieldset ul {
	list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    }

fieldset ul li {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    }
    
legend {
	background: transparent;
	font-size: 14px;
    font-weight: bold;
    margin: 0;
    }
label {
    display: block;
    font-weight: normal;
    padding: 0 0 4px 0;
    }
    
input, textarea, select {
    font: normal 12px Arial, Helvetica ,Tahoma, Geneva, sans-serif;
    padding: 4px;
    vertical-align: middle;
    }
input {
    border: 1px solid #cbcbcb;
    margin-bottom: 16px;  
    padding: 4px;
    }
input:focus {
	background-color: #fdfde2;
    outline: 0;
    }
textarea {
    overflow: auto;
    }
select {
    margin-bottom: 16px;
    }
    
option {
    padding-left: 8px;
    }
    
/* MISC FORM ELEMENTS */

.inputHint {
	color: #f00;
	font-size: 11px;
	}

input.check, input.radio {
	border: none;
	height: auto;
	margin: 0;
	width: auto;
	}

input#Email, input#FirstName, input#LastName, input#Email, input#BillingName,
input#BillingAddress, input#BillingCity, input#BillingState, input#ShippingName,
input#ShippingAddress, input#ShippingCity, input#ShippingState, input#PaymentCardName,
input#PaymentCardNumber {
    width: 240px;
    }
input#AreaCode {
    width: 24px;
    }
input#Phone, input#Fax, input#BillingZip, input#ShippingZip {
    width: 100px;
    }
input#PaymentCardCvv {
    width: 60px;
    }
    


select.dob {
    width: 80px;
    }
    
checkbox {
	background-color: #f00;
	}

input.readonly {
	background-color: transparent;
	border: none;
    }

input.buttonize {
	background-color: #cbcbcb;
	border: 1px solid #cbcbcb;
	cursor: pointer;
    margin-bottom: 0px;  
    padding: 4px 6px;
    }
input.buttonize:hover {
	background-color: #fff;
	border: 1px solid #cbcbcb;
    }
   

