.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fbf3ae;
    text-shadow: none;
    opacity: 1.0;
    filter: alpha(opacity=20);
}

.close:hover {
    color: #f5e88c;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.0;
    filter: alpha(opacity=40);
}