
.pdd_open_penal {
    display:inline-block;
    width:32px;
    height:32px;
    background:teal;
    color:white;
    border-radius:50%;
    vertical-align:middle;
    margin-right:30px;
    text-align:center;
    font-size:16px;
    cursor:default;
}

#pdd_container {
    position:absolute;
    display:none;
    width:340px;
    height:185px;
    background:white;
    border:1px solid silver;
    border-radius:2px;
    box-shadow:0px 0px 8px 0px silver;
    left:100%;
    margin-left:-370px;
    top:65px;
    text-align:left;
    z-index:1;
}

.pdd_content > div {
    width:100%;
}

.pdd_user_icon {
    width:96px;
    height:96px;
    border-radius:50%;
    background:teal;
    display:inline-block;
    margin-right:15px;
    color:white;
    font-size:50px;
    text-align:center;
    vertical-align:top;
}

.pdd_top_content {
    font-size:13px;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
}

.pdd_mail_view {
    font-size:12px;
    color:#646464;
}

.pdd_myProfil_btn {
    width:100px;
    height:30px;
}

.pdd_spacing {
    height:20px;
}

.pdd_bottom_content {
    border-top:1px solid #D4D4D4;
    background:#EFEFEF;
    height:45px;
}

.pdd_change_btn {
    width:140px;
    height:30px;
    float:left;
    vertical-align:middle;
    margin-left:15px;
    margin-top:6px;
}

.pdd_logout_btn {
    width:90px;
    height:30px;
    float:right;
    vertical-align:middle;
    margin-right:15px;
    margin-top:6px;
}