﻿#close a {
background-color: #ff0000;
color: #ffffff;
font-family: Trebuchet MS, 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: #000000;
width: 500px;
position: absolute;
top: 75px;
right: 60px;
border: 2px solid #000000;
z-index:100;
}
