/* FORM STYLES */

form .fields {}
form .fields .label {
    width: 150px;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
}
form .fields .input input {
    height: 18px;
    width: 151px;
    font-size: 14px;
    padding: 5px 3px;
    border: 1px solid #aaa;
}
form .fields .input select {
    height: auto;
    width: 161px;
    font-size: 14px;
    padding: 5px 3px;
    border: 1px solid #aaa;
}
form .fields .input input.error {
    border: 1px solid orange;
    background: url('http://www.choicemerchantsolutions.com/lp/images/error-input.png') center right no-repeat;
}
form .fields .input select.error {
    border: 1px solid orange;
}
form .fields .input input.valid {
    border: 1px solid green;
    background: url('http://www.choicemerchantsolutions.com/lp/images/tick-input.png') no-repeat center right;
}
form .fields .input select.valid {
    border: 1px solid green;
    background: url('http://www.choicemerchantsolutions.com/lp/images/tick-select.png') no-repeat center right;
}
form .fields .spacer {
    height: 10px;
    font-size: 0;
    line-height: 0;
}

#mid-hldr .ln5 .label { width: 250px; }

#mid-hldr .ln5 .input input { width: 250px; }

form .fields .input input { width:144px; height:24px; border:1px solid #c5c5c5; background:#FFF url(http://www.choicemerchantsolutions.com/lp/images/img11.png) center top repeat-x; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; padding:0 7px 0 7px; color:#747474; }
form .fields .input select { width:160px; border:1px solid #c5c5c5; background:#FFF url(http://www.choicemerchantsolutions.com/lp/images/img11.png) center top repeat-x; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; padding:4px 3px 4px 7px; color:#747474; cursor:pointer; font-size:12px; }
form .fields .lblname { min-width:112px; text-align:right; padding-right:10px; }
form .fields .sbmtbtn { width:257px; height:86px; background:url(http://www.choicemerchantsolutions.com/lp/images/img12.png) no-repeat; cursor:pointer; text-indent:-999px; overflow:hidden; margin:0 0 0 12px; border:none; }

form .terms {
    padding-top: 10px;
    padding-bottom: 20px;
}
form .terms .question {
    font-size: 11px;
    color: #333;
    text-align: center;
}
form .terms .question input {
    margin-right: 5px;
    margin-left: 10px;
}
form .terms .term {
    font-size: 12px;
    color: #333;
}
form .terms .term input {
    margin-right: 10px;
    margin-left: 30px;
}
form .button {
    text-align: center;
}