* { margin:0; padding:0; }

div.pop-box {
display: block;
padding: 20px;
color:#eee;
text-align: center;
text-shadow: 0 1px rgba(0, 0, 0, 0.7);
width:400px;
max-width: 100%;
margin-bottom: 0px:
height: 200px;
z-index: 16000;
position:fixed;
    bottom:0;
    right:0;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}

.popbtn {
margin-top: 10px;
}

div.pop-box a {
  color:#FFF;
  text-decoration:none;
}

.close { color: #eee; position: absolute; float: right; right: 10px; top: 0; font-size: 10px; opacity: 0.8; padding: 4px; text-decoration:none; }

.pop-box a.closepop { color: #eee; position: absolute; right: 10px; top: 0; font-size: 16px; opacity: 0.8; padding: 4px; text-decoration:none; }

.pop-box a.closepop:hover,.alert-box a.close:focus { opacity: 0.4; }

