.wizard a { text-decoration:none; padding: 12px 12px 10px 12px; margin-right:5px; background:#efefef; position:relative; display:inline-block; }
.wizard a:before { width:0px; text-decoration:none; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #fff; position: absolute; content: ""; top: 0; left: 0; }
.wizard a:after { width:0px; text-decoration:none; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #efefef; position: absolute; content: ""; top: 0; right: -20px; z-index:2; }
.wizard a:first-child:before { border:none; }
.wizard a:last-child:after { border:none; }
.wizard a:first-child { -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius:   4px 0 0 4px; }
.wizard a:last-child { -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius:   0 4px 4px 0; }
.wizard .badge { margin:0 5px 0 18px; position:relative; top:-1px; }
.wizard a:first-child .badge { margin-left:0; }
.wizard .current { background:#007ACC; color:#fff; }
.wizard .current:after { border-left-color:#007ACC; }
#receipt_price:after { content: "Pricing Information"; }
#receipt_contact:after { content: "Contact Information"; }
#receipt_agentdetail:after { content: "Agent Details"; }
#receipt_pickup:after { content: "Pick Up Information"; }
#receipt_dropoff:after { content: "Drop Off Information"; }
#receipt_return:after { content: "Pick Up Information"; }
#receipt_return_dropoff:after { content: "Drop Off Information"; }
#rate1:after { content: "Rate/Pricing Information"; }
#rate2:after { content: "Return Rate/Pricing Information"; }
#receipt_price1:after { content: "Rate/Pricing Information"; }
#receipt_price2:after { content: "Return Rate/Pricing Information"; }
#receipt_bill:after { content: "Billing Information"; }
.time_error_message{ color:#F00; font-size:13px; font-weight:normal; text-align:center; padding-bottom:20px;}
input, textarea, .uneditable-input { max-width: 100%;}
.help-inline{color: #b94a48;}