div#dialog {
    background: url(../images/bg-popup-top.gif) no-repeat top left;
    font-size: 93%;
}

div#dialog .hd {
    color: #fff;
    font-size: 100%;
    margin: 0 10px;
    padding: 4px;
    text-align: left;
}

div#dialog .bd {
    background: #ededed;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    line-height: 1.5em;
    padding: 10px 10px 0px 10px;
    text-align: justify;
}

div#dialog .bd img.icon {
    margin-right: 4px;
    vertical-align: middle;
}

div#dialog .bd form {
    margin: 0;
    padding: 0;
}

div#dialog .ft {
    background: url(../images/bg-popup-bot.gif) no-repeat bottom left;
    padding: 4px;
}

div#dialog .ft button {
    margin: 4px;
}

/* Required by Yahoo UI */

.overlay {
    display: block;
    position: absolute;
}

.panel-container {
    background-color: transparent;
    overflow: visible;
    position: absolute;
    visibility: hidden;
    width: auto;
    z-index: 6;
}

.panel {
    background-color: #fff;
    left: 0px;
    overflow: auto;
    position: relative;
    top: 0px;
    visibility: hidden;
    z-index: 1;
}

.panel .hd {
    overflow: hidden;
}

.panel .bd {
    overflow: hidden;
}

.panel .ft {
    overflow: hidden;
}
