#close a {
background-color: #ffffff;
color: #000000;
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 {
padding: 10px;
background: #ffffff;
width: 700px;
position: absolute;
z-index:2;
top: 210px;
left: 200px;
border: 2px solid red;
}
