#popup_container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 9px solid #999999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 12px #333333;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    max-width: 600px;
    min-width: 300px;
}
#popup_title {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/title.gif") repeat-x scroll center top #CCCCCC;
    border-color: #FFFFFF #FFFFFF #999999;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    cursor: default;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
    text-align: center;
}
#popup_content {
    background: url("../img/info.gif") no-repeat scroll 16px 16px transparent;
    margin: 0;
    padding: 1em 1.75em;
}
#popup_content.alert {
    background-image: url("../img/info.gif");
}
#popup_content.confirm {
    background-image: url("../img/important.gif");
}
#popup_content.prompt {
    background-image: url("../img/help.gif");
}
#popup_message {
    padding-left: 48px;
}
#popup_panel {
    margin: 1em 0 0 1em;
    text-align: right;
}
#popup_prompt {
    margin: 0.5em 0;
}
.botonOK {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #FFFFFF 2%, #EBEBEB 85%, #EBEBEB 100%) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    text-align: center;
    width: 105px;
}
.botonOK:hover {
    background: -moz-linear-gradient(center top , #EBEBEB 0%, #EBEBEB 2%, #FFFFFF 85%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #333333;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    text-align: center;
    width: 105px;
}
.botonNO {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #FFFFFF 2%, #EBEBEB 85%, #EBEBEB 100%) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    text-align: center;
    width: 105px;
}
.botonNO:hover {
    background: -moz-linear-gradient(center top , #EBEBEB 0%, #EBEBEB 2%, #FFFFFF 85%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #333333;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    text-align: center;
    width: 105px;
}