#share-popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    background-color: #000;
    opacity: .5;
}

#share-popup {
    position: fixed;
    width: 470px;
    top: 20%;
    left: 44%;
    margin-left: -160px;
    z-index: 1000001;
    text-align: center;
    padding: 3px;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    border-radius: 5px;
}

#share-popup form {
    background: #edf2f4;
}

#share-popup .share-head {
    color: #2b97f0;
    font-size: 24px;
    letter-spacing: -1px;
    padding-bottom: 10px;
    background: #edf2f4;
    border-bottom: 0;
    padding: 12px 0 5px 0;
}

#share-popup-frame {
    border: 0;
    padding: 0;
    overflow: hidden;
    min-height: 88px;
}

#share-popup .share-texarea {
    width: 415px;
    color: #9f9f9f;
    font-size: 15px;
    outline: 0;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#share-popup .buttons-pos {
    padding: 10px 0;
}

#share-popup button[type="submit"] {
    border: 0;
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 0 14px;
    outline: 0;
    height: 29px;
}

#share-popup button[type="submit"]:hover {
    background: #47a447;
}

#share-popup button[type="submit"]:active {
    -webkit-box-shadow: inset 0px 2px 8px -4px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: inset 0px 2px 8px -4px rgba(50, 50, 50, 0.64);
    box-shadow: inset 0px 2px 8px -4px rgba(50, 50, 50, 0.64);
}

#share-popup .or {
    color: #00aeef;
    padding: 0 7px 0 12px;
}

#share-popup button[type="button"] {
    border: none;
    background: none;
    color: #c03200;
    padding: 0;
    outline: 0;
    margin-left: 20px;
}

#share-popup button[type="button"]:hover {
    color: #7d2000;
}