﻿
/* Form Styles */

   input.FIELD, textarea.FIELD, select.FIELD, select.QTY, input.QTY,
   input.REQUIRED, textarea.REQUIRED, select.REQUIRED,
   input.ERROR, textarea.ERROR, select.ERROR { float: left; margin-bottom: 5px; padding: 4px 0px 0px 4px; width: 248px; height: 17px; border: 1px solid #000; background: #393E2B; font-size: 1em; color: #fff}
   
   input.REQUIRED, textarea.REQUIRED, select.REQUIRED { border-right: 2px solid #f00; }
   input.ERROR, textarea.ERROR, select.ERROR { border: 1px solid #9F0000; border-right: 2px solid #f00;background: #FFF6DF; color: #9F0000}
   
   select.FIELD, select.REQUIRED, select.ERROR { height: 25px; width: 255px; padding-left: 0px}
   textarea.FIELD, textarea.ERROR, textarea.REQUIRED { height: 39px;}

   select.QTY, input.QTY { width: auto; padding: 4px 0px 4px 4px; height: 22px; float: none;}
   input.QTY { width: 20px; height: 13px}
/* Gold Submit Button */

    /*.button_cont { background: url(/images/btn_L.gif) no-repeat; text-align: center; line-height: 16px; padding: 3px 0px 3px 2px; }*/
    /*.button_cont input.button { margin: 0px; font: bold 1.1em arial; color: #000; background: url(/images/btn_R.gif) no-repeat right; border: 0px; position: relative; margin-right: -4px}*/

    input.button { cursor: pointer; background: transparent url(/images/btn_submit.gif) no-repeat 0px 0px; border: 0px; width: 67px; height: 20px}
    input.checkout, input.checkout_f { cursor: pointer; background: transparent url(/images/btn_checkout.gif) no-repeat 0px 0px; border: 0px; width: 87px; height: 20px}
        input.checkout_f { background: transparent url(/images/btn_checkout_f.gif) no-repeat 0px 0px;}
/* error styles */

	.error_list { display: none; color: #9F0000; font-weight: bold; padding-bottom: 5px}

    .forms_cont label { clear: left; margin-top: 5px; font-weight: bold; font-size: 1.1em; color: #CB8F0A; float: left; width: 109px; }
	label.error_title { color: #9F0000; }
	
	.success { color: #009900; font-weight: bold; text-align: center; }
