/******************************************************************************
 *
 * Site:	eCity CMS
 * File:	Layout Styles
 *
 * Updated:	July 12, 2007 - Created
 *
 */

/******************************************************************************
 * DEFAULT TAG SPECS
 ******************************************************************************
*/

div#messageBox {
    z-index:          300;
    position:         absolute;
    width:            600px;
    /*
    height:           500px;
    overflow:         scroll; */
    background-image: url(/cms/img/BG_trans_CCC.gif);
    visibility:       hidden;
    padding:          10px;
}

#myFrame {
    position:         absolute;
    width:            610px;
    height:           500px;
    visibility:       hidden;
    z-index:          10;
    /* filter:alpha(opacity=0); */
}

div#messageTxt {
    border:           2px solid #999999;
    background-color: #FFFFFF;
    padding:          20px;
}


.btn_winClose {
    background-image: url(/cms/img/CloseButtton_GR.gif);
    margin-top:       10px;
    margin-right:     10px;
    margin-left:      10px;
    width:            20px;
    height:           20px;
    float:            right;
}

.lightGrey { color: #CCCCCC; }



