div#popLGSN {
    width: 300px;
    border: 1px solid #1067ac;
    background-color: #fefefe;
    position:absolute; margin-top:0; left: 0; visibility:hidden
}

div#popLGSN .title {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 9px;
    height: 30px;
    margin: 1px;
    background-color: #31a0cb;
    padding-left: 8px;
}

div#popLGSN .pop_content {
    margin: 5px;
}

div#popLGSN .pop_content table td {
    vertical-align: middle;
    height: 30px;
}

div#popLGSN .pop_content table td div {
    padding-left: 34px;
    float:left;
    margin-top: -20px;
    cursor: pointer;
}

div#popLGSN .pop_content a {
    height: 30px;
    display: block;
    padding-top: 3px;
    padding-left: 3px;
    color: #004996;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

div#popLGSN .pop_content a:hover {
    background-color: #e8f4f9;
}

div#popLGSN .pop_content img {
    margin-right: 5px;
}

div#popLGSN .pop_content div {
    /*margin-top: 5px;*/
}

.float_right {
    float: right;
}

.icon_divider {
    width: 6px;
}

.valign_btm {
    vertical-align: bottom;
}

table#LGSN img {
    border: 0;
}