/* iFrame Share Dialog Styles -- to be linked to from Client Sites */

/* Reset */

body .tfly-share-dialog div, body .tfly-share-dialog span, body .tfly-share-dialog iframe, body .tfly-share-dialog a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


body .tfly-share-dialog.ui-dialog {
    background: #fff;
    -moz-background-clip: padding;     
    -webkit-background-clip: padding;  
    background-clip: padding-box;
    border: 8px solid #7f7f7f;
    border: 8px solid rgba(102,102,102,0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

body .tfly-share-dialog.ui-dialog .ui-dialog-titlebar {
    background: none;
    border: none;
    padding: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

body .tfly-share-dialog.ui-dialog.twitter-share-dialog {
    background-color: #E5F7FF;
}

body .tfly-share-dialog.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    height: 10px;
    width: 12px;
    background: url(../images/close-small.png) no-repeat;
    padding: 0px;
    margin: 7px 5px 0 0;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    cursor: pointer;
}

body .tfly-share-dialog.ui-dialog .ui-dialog-content {
    border: none;
    color: #222;
    padding: 0;
}

body .tfly-share-dialog.ui-dialog. iframe {
    border: 0;
}

body .tfly-share-dialog.ui-dialog .ui-helper-clearfix {
    display: block;
}

body .tfly-share-dialog.ui-dialog .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body .tfly-share-dialog.ui-dialog .ui-icon {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-image: none;
}

body .tfly-overlay.ui-widget-overlay {
    background: #000;
    opacity: .40;
    filter: Alpha(Opacity=30);
    position: absolute;
    top: 0;
    left: 0;
}