#popup {
    margin-left: auto;
    margin-right: auto;
    width: 365px;
    height: 287px;
    background: url(images/bg-form.png) repeat-x left top;
    position: relative;
}

#close-button {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url(images/button-form-close.gif) no-repeat center center;
    text-indent: -9999px;
}

#popupHeader {
    padding: 25px 0 0 26px;
}

#popupBody {
    padding: 0px 0 0 26px;
    width: 330px;
}

#popupBody ul {
    width: 80%;
    margin-top: 0px;
    margin-left: -10px;
}

div#disclaimer {
    font-size:10px;
    font-style:italic;
    color:gray;
    margin-top:-10px;
}

