﻿/* Modal dialog styles */
#overlay, .modalOverlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

#modal, .modal
{
    display: none;
    position: absolute;
    background: #000;
}

#content, .modalContent
{
    background: #000;
}

#close, .modalClose
{
    position: absolute;
    background: url('../img/close.png') 0 0 no-repeat;
    width: 24px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    top: -7px;
    right: -7px;
}

.fileUpload
{
    float: left;
    margin: 4px;
}

#fields
{
    display: block;
    float: left;
    margin: 4px;
}

.fieldinput
{
    font-size: 8pt;
    width: 113px;
}

.fieldbutton, #fields span
{
    font-size: 8pt;
}

.modalFrame
{
    margin: 16px;
}

.form_container {
    background-color: #d3e0e6;
    margin: 0 auto;
    text-align: left;
    width: 600px;
}

    .form_container h1 {
        background-color: #4B75B3;
        margin: 0;
        color: #fff;
        padding-left: 16px;
    }

    .form_container input, .form_container select, .form_container label {
        font-size: 8pt;
    }

.top {
    display: block;
    height: 10px;
    margin: 10px auto 0;
    width: 600px;
}

.bottom {
    display: block;
    height: 10px;
    margin: 0 auto;
    width: 600px;
}

.ajax__html_editor_extender_texteditor {
    background-color: #fff;
    color: #000;
}

/* End Modal dialog styles */
