/* Overlay/Dialogs */
.liqr_overlay {
  left: 20%;
}

.liqr_overlay .liqr_overlay_middle > div > div {
  background: url(/images/liqr_overlay_bg.png) repeat;
}

.liqr_message_dialog_message {
  color: #EDEDED;
  font-size: 13px;
}

.liqr_overlay hr {
  background: black;
  border: none;
  color: black;
}

.liqr_overlay_content {
  border: none;
}

.liqr_overlay .liqr_overlay_button_bar {
  padding: 5px 5px 25px 5px;
}

.liqr_overlay .liqr_overlay_button_bar a {
  margin-left: 5px;
}

.liqr_button {
    background: transparent url('/images/layout/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 17px;
    margin-right: 3px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

.liqr_button span {
    cursor:pointer;
    background: transparent url('/images/layout/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 2px 0 2px 12px;
}

.liqr_button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.liqr_button:active span {
    background-position: bottom left;
    padding: 2px 0 2px 12px; /* push text down 1px */
}


