/* =========================================== DIALOG BOX STYLES =========================================== */


#terms_area { position: absolute; right: 5%; bottom: 25%; z-index: 5000; width: 400px; height: 250px; padding: 10px 5px 5px; text-align: left; background-color: #eaeaea; border: 2px solid #9AA4BF; border-bottom-width: 10px; color: #000;  }
html>body #terms_area { position: fixed; top:10%; left:25%; }
#terms_area #header { position: absolute; left: -2px; top: -25px; width: 414px; height: 23px; padding: 0; }
#terms_area .nw { width: 9px; height: 23px; float: left; background: transparent url(/images/static/dialog/top-left.png) no-repeat 0 0; }
#terms_area h3 { width: 389px; height: 21px; float: left; margin: 0; padding: 2px 15px 0 5px; background:#9AA4BF; font: bold 1.5em Tahoma, sans-serif !important; color:#fff !important; position: relative; text-align: left; }
#terms_area h3 span { width: 14px; height: 14px;background: transparent url(/images/static/dialog/close.gif) no-repeat 0 0; position:absolute; top: 5px; right:8px;cursor:pointer; z-index:2000; }


.card-form #terms_area span {color: #cf6917; text-decoration: underline; }
.card-form #terms_area span.hovertag { text-decoration: none; cursor: pointer; }