/*--Pop up window styles--*/
#fade {display:none; background:#000; position:fixed; left:0; top:0; width:100%; height:100%; opacity:.80; z-index:9999;}
.popup_block{display:none; background:#fff; padding:0px; border:1px solid #ddd; float:left; font-size:1.2em; position:fixed; top:50%; left:50%; z-index:99999; -webkit-box-shadow:0px 0px 20px #000; -moz-box-shadow:0px 0px 20px #000; box-shadow:0px 0px 20px #000;}
.popHeader {clear:both; display:block; padding:.8em .8em 1px .8em;}
.popContent {clear:both; display:block; padding:2em 2.5em;}
.close {float:right;}
.close .closeBtn {display:inline-block; height:12px; width:12px; overflow:hidden; background: transparent url('../images/global/header-footer-arrows.png') right -238px no-repeat;}
.close:hover .closeBtn {background-position: right -214px;}
.popLogo {float:left; height:34px; width:89px; overflow:hidden; background: transparent url('../images/global/norton_logo.png') 0 0 no-repeat;}