/*
// (C) Stephen Daly
// www.stephendaly.org
// Date: 11/3/2008
*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #fff;
}
a
{
    color:#00f;
}
a img
{
    border: none;
}

/* Div to disable background */
#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
/* POPUP WINDOW */
#popupWindow
{
    position: absolute;
    width: 650px;
    height: 300px;
    margin-left:250px;
    margin-top:100px;
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #ddd;
    border: 1px solid black;
}
#topLeft
{
    width:357px;
    float:left;
}
#topRight
{
    width:23px;
    float:left;
}
#popupBody
{
    width:380px;
    margin: 30px 0 0 0;
}
#container { width: 650px; margin-left: auto; margin-right: auto; }
#warning { font: normal 26px "Lucida Sans Unicode", Arial; color: #999; letter-spacing: -1px; }
#warning2 {        margin: 20px 0 0 0;        font: normal 16px "Lucida Sans Unicode", Arial;        color: #555; }
#enter { float: left; margin: 50px 0 0 150px; }
#leave { float: right; margin: 50px 150px 0 0; }
#enter a, #leave a { display: block; width: 100px; height: 34px; background:transparent url(http://www.echatnetworkclassifiedads.com/images/enter_btn.png) no-repeat; font: normal 19px/30px "Lucida Sans Unicode", Arial; color: #ccc; text-decoration:none; text-align: center; }


