﻿#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:101;
}
#popup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:700px;
background:#FFFFFF;
z-index:102;
padding:12px;
font-size:13px;
border:solid 14px #666;
}
#popup h1, #popupSelect h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
.popupClose{
font-size:19px;
text-decoration:none;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#E35401;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}

#ifr
{width:100%;height:384px}

#vpnPeriod
{width:100%;height:440px;}

.buy-btn { background: url("../images/btn-plan.png") no-repeat scroll 0 0 transparent; margin: 6px 10px; }
.btn-1m { display: block; height: 35px; width: 430px; }
.btn-3m { background-position: 0 -70px; display: block; height: 35px; width: 430px;}
.btn-6m { background-position: 0 -140px; display: block; height: 35px; width: 430px; }
