/**** Koinz Media, Inc ****/
.hide {
  display: none; }

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #0365ae; }

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #0365ae; }

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #0365ae; }

.error {
  color: #cc0000;
  font-size: 11px;
  font-weght: bold;
  font-family: arial; }

.ui-widget-overlay {
  background: #666666 url("/images/blackdot.png") repeat; }

div.error_box {
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  width: 478px;
  padding: 25px;
  margin: 14% auto auto auto;
  background: #fafafa;
  border: 2px solid #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 3px #eee; }
  div.error_box div.logo {
    margin: 0px;
    float: right; }
  div.error_box div.content {
    padding: 0px 0px; }
    div.error_box div.content a {
      outline: none;
      color: #187EE3;
      text-decoration: none; }
      div.error_box div.content a:hover {
        color: #1A4568; }
  div.error_box h1 {
    font-size: 18px;
    line-height: 22px;
    margin: 12px 0 8px 0; }
  div.error_box h2 {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin-bottom: 13px; }
  div.error_box .msg {
    margin-bottom: 30px;
    line-height: 18px;
    font-size: 14px; }
  div.error_box .footer .button_div {
    float: right; }
    div.error_box .footer .button_div a {
      display: inline-block; }

#checkout_error_container {
  width: auto;
  padding: 10px; }
  #checkout_error_container .error_box {
    margin: 50px auto 10px !important; }
  #checkout_error_container .footer_cont {
    font-family: arial, verdana, sans-serif;
    margin-top: 10px;
    color: gray;
    font-size: 12px;
    width: 605px;
    margin: auto;
    position: relative;
    min-height: 32px; }
  #checkout_error_container #siteseal {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: inline-block; }
