﻿.darkness
{
    display: none;
    position: fixed;
    _position: absolute; /* ie6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #cecece;
    z-index: 9998;
}

/*.main{
display:none;
position:fixed;
_position:absolute; /* ie6
height:300px;
width:550px;
top: 50%;
left: 50%;
margin: -126px 0 0 -268px;
background: url(../images/popup/popup_caodangnghe.jpg) no-repeat;
z-index:9999;
}
*/
/*#aspnetForm
{
    width:960px;
    margin:0 auto;
    position:relative;
}*/
.main
{
    display: none;
    position: fixed;
    _position: absolute; /* ie6*/
    height: 178px;
    width: 960px;
    border:1px solid #fff;
    margin: -50px 0 0 -190px;
    z-index: 9999;
}
#popup .btn
{
    display: block;
    position: absolute;
    bottom: 26px;
    text-indent: -5000px;
    overflow: hidden;
}

#popup .yes
{
    height: 31px;
    left: 960px;
    top: 251px;
    width: 168px;
    cursor: pointer;
}

#popup .no
{
    background: url("../images/popup/close.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    left: 940px;
    top: 0;
    width: 16px;
    cursor: pointer;
}

