#popup_container {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: none;
    color: #000;
    border-top: 3px solid #698791;
}

#popup_title {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    line-height: normal;
    color: #68878F;
    background: none;
    border: none;
    cursor: default;
    padding: 0em;
    margin: 10px 0 0 17px;
    font-family: 'Trebuchet MS', sans-serif;
}

#popup_content {
    background: none;
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.alert {
    background-image: none;
}

#popup_content.confirm {
    background-image: none;
}

#popup_content.prompt {
    background-image: none;
}

#popup_message {
    padding-left: 0px;
    font-weight: bold;
}

#popup_panel {
    text-align: left;
    margin: 1em 0em 0em 0em;
}

#popup_panel input {
    background: #dddfe0 url(/etc/designs/sothebys/sothebys/img/page/forms/bg-button.gif) 0 0 repeat-x; border: 1px solid #888; color: #39c; cursor: pointer;
    font-weight: bold;
    padding: 1px 3px;
    text-transform: uppercase;
    margin-right: 10px;
}

#popup_prompt {
    margin: .5em 0em;
}