/* 
    Created on : Apr 07, 2015, 3:52:28 PM
    Author     : rdi
*/

body, td, p, span, input, div, li{
    font-size           : 1em;
}

#PAGE_FRAME,
#FOOTER_FRAME{
    font-size           : inherit;
    width               : 100%;
    max-width           : 524px;
    min-width           : 320px;
    border              : none;
}

#VISUAL{
    display             : none;
    visibility          : hidden;
}

#PAGE_TITLE{
    float               : left;
    font-size           : 200%;
    text-transform      : uppercase;
    font-weight         : bold;
    color               : #000066;
    margin              : 5px 0px 10px 0px;
}

.dialog_background .title{
    font-size           : 120%;
    margin              : 8px 0px 10px 8px;
    border              : none;
    float               : left;
}

.dialog_background .newline{
    border              : none;
    clear               : both;
    width               : 0px;
    height              : 0px;
}

.dialog_background .newfield{
    border              : none;
    clear               : both;
    width               : 0px;
    height              : 0px;
}

.dialog_background .form_element{
    float               : left;
    margin-top          : 0px;
    border              : none;
    min-height          : 27px;
    font-size           : inherit;
    vertical-align      : middle;
}

.dialog_background .form_label{
    min-height          : 20px;
    margin              : 0px 0px 0px 8px;
}

.form_element p{
    margin              : 4px 0px 0px 0px;
    font-size           : inherit;
}

.dialog_background .form_separator{
    clear               : both;
    width               : 0px;
    height              : 0px;
    font-size           : 0px;
    line-height         : 0px;
    overflow            : hidden;
}

.dialog_background .form_checkbox_separator{
    width               : 10px;
    margin-right        : 0px;
    margin-left         : 0px;
    padding             : 0px 0px 0px 4px;
}

.dialog_background .form_field{
    width               : 92%;
    margin-right        : 0px;
    margin-left         : 0px;
    padding             : 0px 0px 15px 8px;
}

.dialog_background .form_checkbox{
    margin              : 0px;
    padding             : 0px 0px 0px 8px;
    height              : 27px;
}

.form_field input[type="text"],
.form_field input[type="password"]{
    width               : 100%;
    height              : 20px;
    font-size           : inherit;
    padding-left        : 4px;
    margin              : 0px 0px 0px 0px;
}

.form_checkbox input[type="checkbox"]{
    margin              : 7px 0px 0px 0px;
}

#PAGE_FRAME .info{
    display             : none;
    visibility          : hidden;
}
