.formBox { position:relative; }
.dispnone { display:none; }
.inputTxtError { border:1px solid red!important; }
label.error { font-size:11px; color:red; display:block; margin-top:5px; }
#formLoader { background-image:url(loading.gif); background-color:#7e0915; border:1px solid rgba(0,0,0,.25); background-repeat: no-repeat; background-position: center center; width:50px; height:30px; }
#formSuccess { position:absolute; left:50%; top:30%; max-width:300px; margin-left:-150px; padding:80px 30px 30px 30px; background-color:rgba(0,0,0,.75); background-image:url(ok.png); background-repeat:no-repeat; background-position:top center; color:#fff; font-size:15px; font-weight:400; text-align:center; }