 #close a {
background-color: #353D31;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
width: 10em;
font-weight: bold;
position: absolute;
top: -20px;
right: 0px;
text-decoration: none;
border: 1px solid #ffffff;
text-align: center;
font-size: 1em;
z-index:2;
}
#popup {
background: #ffffe1;
width: 400px;
position: absolute;
bottom: 5px;
right: 5px;

text-align: left;
border: 2px solid #cb8707;
z-index:1;
}

