#close a {
background-color: #ff0000;
color: #ffffff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 16px;
font-weight: bold;
position: absolute;
top: 2px;
right: 2px;
text-decoration: none;
border: 1px solid #ffffff;
text-align: center;
font-size: 14px;
}
#popup {
background: #a8ab96;
font-weight: bold;
color: white;
width: 300px;
position: absolute;
top: 350px;
left: 300px;
border: 2px solid #444;
padding: 10px;
}
