
body
{
    height:100%;
    font-size: 70%;
    color: #696969;
}
label, input
{
    /*display: block;*/
}
input.text
{
    width: 200px; /*padding: .4em;*/
    height: 20px;
}
select
{
    width: 200px; /*padding: .4em;*/
}
fieldset
{
    padding: 0; /*border: 0; */ /*margin-top: 25px;*/
    width: 50%;
}
legend
{
    margin: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    width: 100%;
    border: 0;
}

#dialog_link
{
    padding: .4em 1em .4em 20px;
    text-decoration: none;
    position: relative;
}
#dialog_link span.ui-icon
{
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
}

label.error
{
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red !important;
    background: url("../images/Error_16x16.png") no-repeat 0px 0px;
    padding-left: 18px !important;
    padding-bottom: 2px !important;
    font-size:12px  !important;
    width: auto !important;
    height: auto !important;
}
div.error
{
    display: none ;
}
input.error
{
    border: 1px dashed red !important;    
}

.divHeader
{
    padding: 5px 10px;
}

.divContent
{
    padding: 10px 10px;
}

iframe{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: auto;
}
