#ytshare_dimScreen
{
    width: 100%;
    height: 100%;
    background:black; 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
}

.ytshare_popup {
    z-index: 1000;
    opacity: 0;
    background:#fff;
    margin:30px auto 0;
    padding:6px;  
    position:fixed;
    width:450px;
    min-height: 300px;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -150px;
    text-align: center;
    padding: 10px;
    color: #88868b;
    font-family: 'Droid Serif';
}


.ytshare_popup-mobile {
    z-index: 1000;
    opacity: 0;
    background:#fff;
    margin:0px;
    position:absolute;
    top: 0px;
    left: 0px;
    margin-top: 40px; 
    text-align: center;
    color: #88868b;
    font-family: 'Droid Serif';
}



#ytshare_popup > a {
    color: #88868b;
    font-family: 'Droid Serif';
    font-size: 12px;
}

#ytshare_popup > h1 {
    padding: 20px;
    font-family: 'Droid Serif';
    font-size: 35px;
    color: rgb(51, 51, 51);
    font-weight: bold !important;
    margin-bottom: 0px;
    margin-top: 10px;
}
							
#ytshare_close {
    float:right;
}	