.fv-required,.fv-rangelength,.fv-rangevalues,.fv-numeric,.fv-positivenumber,.fv-integer,.fv-positiveinteger,.fv-lettersonly,.fv-zipcode,.fv-email,.fv-ischecked,.fv-compare,.fv-expression,.fv-creditcard{background-color:#FFEFEF; border-color:#BB6666; color:#660000; }
.fv-invalid-icon{background-image:url(invalid.png);background-repeat:no-repeat;background-position:center center; padding:8px;}
.fv-bubble{ display: none; position: absolute; padding: 15px 10px 10px 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
.fv-bubble-arrow-top{background-image:url(arrow-top.png);width:21px;height:11px;position:absolute;left:5px;top:-10px;}
.fv-bubble-arrow-bottom{background-image:url(arrow-bottom.png);width:21px;height:11px;position:absolute;left:5px;bottom:-10px;}
.fv-bubble-close{background-image:url(close.gif);width:8px;height:8px;position:absolute;right:4px;top:4px;cursor:pointer;}

.btn_rect{
height: 50px; padding: 9px 20px; border-radius: 2px; color: #fff; text-align: center; font-size: 22px; font-size: 1.375rem; font-weight: 300; text-decoration: none; margin-bottom: 18px; position: relative; display: inline-block;
background: #c60000;
background: -moz-linear-gradient(top, #c60000 0%, #a20007 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c60000), color-stop(100%, #a20007));
background: -webkit-linear-gradient(top, #c60000 0%, #a20007 100%);
background: -o-linear-gradient(top, #c60000 0%, #a20007 100%);
background: -ms-linear-gradient(top, #c60000 0%, #a20007 100%);
background: linear-gradient(to bottom, #c60000 0%, #a20007 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60000', endColorstr='#a20007', GradientType=0);
}