.ZebraDialog {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #FFF;
    padding: 0px;
    width: 350px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *border: 1px solid #666;    /* IE6 & 7 */
    border: 1px solid #666\9;   /* IE8 */
    z-index: 99;
}

.ZebraDialog .ZebraDialog_Title {
    margin: 0;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    background-color:#4e4e4e;
    color: #FFF;
    text-align: left;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    *padding: 7px 10px;     /* IE6 & 7 */
    padding: 7px 10px\9;    /* IE8 */
}
.ZebraDialog .ZebraDialog_Title a:link,.ZebraDialog .ZebraDialog_Title a:visited{text-decoration: none;}
.ZebraDialog .ZebraDialog_Body              { background-repeat: no-repeat; background-position: 25px 20px; padding: 10px; text-align: left }

.ZebraDialog .ZebraDialog_Icon              { padding: 8px 18px 18px 18px; min-height: 48px; _height: 48px; font-size: 14px;}
.ZebraDialog .ZebraDialog_Confirmation      { background-image: url('confirmation.png'); min-height: 66px; _height: 66px;  padding: 16px 18px 18px 100px; }
.ZebraDialog .ZebraDialog_Error             { background-image: url('error.png'); min-height: 66px; _height: 66px;  padding: 16px 18px 18px 100px; }

.ZebraDialog .ZebraDialog_Buttons {
    padding: 5px 12px 15px 10px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.ZebraDialog .ZebraDialog_Buttons a {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background-color: #D4BA69;
    border:1px solid #D4BA69;
    padding: 4px 10px;
    float: right;
    margin-right: 5px;
    min-width: 60px;
    _width: 60px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ZebraDialog .ZebraDialog_Buttons a:hover{ background: #c5ad62; color: #FFF }
.ZebraDialog a.ZebraDialog_Close {
    position: absolute;
    right: 6px;
    top: 0px;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
}

.ZebraDialogOverlay{
    background: #666;
    width: 100%;
    height: 100%;
    z-index: 88;
}