﻿div#floatPartner{
    border: 1px solid #022776;
    height: 200px;
    left: 30px;
    position: absolute;
    top: -205px;
    width: 300px;
    z-index: 500;
}
a.closeFloat{
    background: #999;
    color: #fff;
    display: block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: -24px;
    width: 60px;
    z-index: 501;
}
