fieldset {border: none; margin-bottom: 20px; font-size: 1.3em;}
label {color:#2b2b2b; font-size:1.1em;}

/* CONTACT FORM */
#contact input.text, #contact textarea {width: 315px;}
#contact textarea {height: 120px;}

/* SHOPPING CART */
#productorder fieldset.full {width: 756px; float: left; margin-right: 20px;}
#productorder fieldset.full input {width: 720px;}
#productorder fieldset.half {width: 367px; float: left; margin-right: 20px;}
#productorder fieldset.half input {width: 331px;}
#productorder fieldset.quarter {width: 173px; float: left; margin-right: 20px;}
#productorder fieldset.quarter input, #productorder fieldset.quarter select {width: 147px;}
#productorder fieldset.nomargin {margin-right: 0;}

label.error {color:#ed1900; font-weight:800;}
input.error, select.error {border:solid 1px #ed1900;}
.product-column h2 .required-fields {margin-right:20px; font-size:.7em; font-weight:200; float:right;}
input[type=text], input[type=email], textarea {height:20px; padding:5px 8px;}
input[type=checkbox] {display:inline; }