#popup_container
{
    font-family: Arial, 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: solid 2px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title
{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(images/title.gif) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    padding-left: 1em;
    margin: 0em;
}

#popup_content
{
    background: 16px 16px no-repeat url(images/info.gif);
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.alert
{
    background-image: url(images/info.gif);
}

#popup_content.confirm
{
    background-image: url(images/important.gif);
}

#popup_content.prompt
{
    background-image: url(images/help.gif);
}

#popup_message
{
    margin-left: 48px;
    background: #FFF;
    color: Gray;
}

#popup_panel
{
    text-align: center;
    margin: 1em 0em 0em 1em;
    background: #FFF;
}

#popup_prompt
{
    margin: .5em 0em;
}


/* Custom dialog styles */


/* The RED Theme */
#popup_container.red
{
    color: #6f2c2c;
    background: #ffffff;
    border-color: #924949;
}

#popup_container.red #popup_title
{
    color: #6f2c2c;
    text-align: left;
    background: #6f2c2c url(images/e_hd.gif) top repeat-x;
    border: none;
    border-bottom: solid 2px #924949;
    padding-left: 1em;
}

#popup_container.red INPUT[type='button']
{
    border: outset 2px #76A5CC;
    color: #ffffff;
    background: #6f2c2c;
}

/* The YELLOW Theme */
#popup_container.yellow
{
    color: #957c17;
    background: #ffffff;
    border-color: #c5a524;
}

#popup_container.yellow #popup_title
{
    color: #957c17;
    text-align: left;
    background: #957c17 url(images/w_hd.gif) top repeat-x;
    border: none;
    border-bottom: solid 2px #c5a524;
    padding-left: 1em;
}

#popup_container.yellow INPUT[type='button']
{
    border: outset 2px #76A5CC;
    color: #ffffff;
    background: #957c17;
}

/* The GREEN Theme */
#popup_container.green
{
    color: #3c7f51;
    background: #ffffff;
    border-color: #60a174;
}

#popup_container.green #popup_title
{
    color: #3c7f51;
    text-align: left;
    background: #3c7f51 url(images/s_hd.gif) top repeat-x;
    border: none;
    border-bottom: solid 2px #60a174;
    padding-left: 1em;
}

#popup_container.green INPUT[type='button']
{
    border: outset 2px #76A5CC;
    color: #ffffff;
    background: #3c7f51;
}

/* The BLUE Theme */
#popup_container.blue
{
    color: #355468;
    background: #ffffff;
    border-color: #4f6d81;
}

#popup_container.blue #popup_title
{
    color: #355468;
    text-align: left;
    background: #355468 url(images/p_hd.gif) top repeat-x;
    border: none;
    border-bottom: solid 2px #4f6d81;
    padding-left: 1em;
}

#popup_container.blue INPUT[type='button']
{
    border: outset 2px #76A5CC;
    color: #ffffff;
    background: #355468;
}

.AsyncFileUploadCss input
{
    width: 73% !important;
}
