/* CSS Document */

.FormError {color:#990000; font-weight:bold;}
.FormError Img { margin-bottom:-7px}
.FormExample {color: #999999;}


/* ------------------- BILL PAY --------------------------- */
#BillPay input {border: 1px solid #999999; padding:1px; width:300px;}
#BillPayMainRow{clear: both; float: left; margin: 0 0 3px 0; padding: 0; width: 100%;}
#BillPayCell1 {float: left; display: inline; width: 150px; font-weight: bold; padding: 0 0 10px 0;}
#BillPayCell2{float: left; width: 400px; padding: 0 0 10px 0;}
#BillPay input#City {padding: 2px 0; width:180px;}
#BillPay input#State {border: 1px solid #999999; width:40px;}
#BillPay input#Zip {padding: 2px 0; width:62px;}
#BillPay input#CardType {border: 0px; width:10px;}
#BillPay input#ExpMonth, input#ExpYear {padding: 2px 0; text-align:center; width:40px;}
#BillPay input#CSC {padding: 2px 0; text-align:center; width:30px;}
#BillPay input#Sky {padding: 2px 0 2px 10px; width:105px;}
#BillPay input#Submit {font-weight:bold; padding:1px; width:75px;}


