﻿body{font-family:Tahoma}

#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:1;
}
#popupWrongRegion{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:293px;
width:476px;
background: url(../images/popup_BG.jpg);
border:0px;
z-index:2;
padding:20px;
font-size:13px;
}
#popupWrongRegion .content{
width:400px;
text-align:left;
color:#ffffff;
font-size:12px;
font-weight:normal;
padding-bottom:2px;
padding-top:25px;
margin:0 auto;
}

#popupWrongRegion .remember{
position:absolute;
bottom:22px;
left:80px;
color: #333333;
font-size:11px;
}


#popupWrongRegion .regionbuttongrey, #popupWrongRegion .regionbuttonblue { 
width:310px; 
height:37px;
font-size:14px;
line-height:34px;
padding-left:16px; 
margin: 0 auto;
margin-bottom:10px; background:#063
}

#popupWrongRegion .regionbuttongrey{
background:url(../images/popup_ButtonGreyBG.jpg); 
color:#000000
}

#popupWrongRegion .regionbuttonblue{
background:url(../images/popup_ButtonBlueBG.jpg); 
color:#FFFFFF
}
#popupWrongRegion .regionbuttongrey a{
color:#333333; 
font-size:14px;
text-decoration:none; 
display:block}

#popupWrongRegion .regionbuttongrey a:hover{
color:#ffffff; 
}


#popupWrongRegion .regionbuttonblue a {
color:#FFFFFF; 
font-size:14px;
text-decoration:none; 
display:block}

#popupWrongRegion .regionbuttonblue:hover, #popupWrongRegion .regionbuttongrey:hover {
background:url(../images/popup_ButtonRedBG.jpg); 
color:#FFFFFF
}



#popupWrongRegion h4 {
font-size:22px;
font-weight:normal;
margin:0;
padding:0;
padding-bottom:15px;
color:#000000
}

#popupWrongRegion p {
font-size:14px;
line-height:20px;
font-weight:normal;
margin:0;
padding:0;
padding-bottom:15px;
color:#000000
}


#popupWrongRegionClose{
font-size:14px;
line-height:14px;
right:18px;
top:18px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor: pointer
}

