
/*
        @Popup de partage
-------------------------------------------------------- */

.popupShare {
    background-image: url(/images/viral/popup_background.gif);
    background-position: 0 -14px;
    background-repeat: repeat-x;
    background-color: #E5E5E5;
    display: none;
    width: 283px;
    font-size: 13px;
    overflow: hidden;
}

.popupShare a {
    color: #960443;
    text-decoration: none;
}

.popupShare ul {
    margin: 0;
    padding: 0;
}

.popupShare li {
    float: none;
    height: auto;
    min-height: 22px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 240px;
}

.popupShare .close {
    font: 10px Helvetica, Arial, sans-serif;
    color: #C5C5C5;
    display: block;
    height: 10px;
    position: absolute;
    right: -9px;
    top: 11px;
    text-decoration: none;
    outline:none;
    noFocusLine: expression(this.onFocus=this.blur());
}
.popupShare .head {
    border-bottom: 1px solid #D3D3D3;
    color: #4B4545;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
    position: relative;
}
.popupShare .head img {
    margin-left: 5px;
}
.popupShare .head  h2 {
    color: #4F4747;
    font: bold 14px Helvetica,Arial,sans-serif;
    margin-bottom: 5px;
    position: relative;
}
.popupShare .body {
    width:281px

}
.popupShare .body form {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding: 20px 20px 0;
    width: 243px;
}
.popupShare .body form label {
    font-weight: bold;
    *float:left;
    *margin-top:5px;
}
.popupShare .body form label.error {
    display: block;
}
.popupShare .body form textarea {
    height: 100px;
    margin-top: 5px;
    overflow: hidden;
    *margin-left:-5px;
}
.popupShare .body form input {
    height: 20px;
    margin-bottom: 10px;
    *margin-left:-5px;
}
.popupShare .body form input, .popupShare .body form textarea {
    font: 12px/20px Helvetica, Arial, sans-serif;
    text-indent: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: inset 1px 1px 4px -1px #CCCCCC;
    -moz-box-shadow: inset 1px 1px 4px -1px #CCCCCC;
    -webkit-box-shadow: inset 1px 1px 4px -1px #CCCCCC;
    background: #FBFBFB;
    color: #4F4747;
    width: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70); /* IE < 8 */
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
    -moz-opacity: 0.7;
}
.popupShare .body form input.moremail {
    color: #000000;
    width: 195px;
    *margin-left:5px;
}
.emailsfields .morefriends {
    font: 11px Helvetica, Arial, sans-serif;
    color: #4F4747;
    text-decoration: underline;
    margin-bottom: 5px;
    display:inline-block;
}
.popupShare .body form .more {
    color: #960443;
    font-weight: bold;
}
.popupshare-form-submit-holder {
    font: normal 13px/30px helvetica, arial, sans-serif;
    color: #FFFFFF;
    height: 30px;
    text-align:center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.popupShare .body form .submit {
    background-color: #B00554; /* fallback flat color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B00554), to(#8B033C) ); /* for Chrome + Safari */
    background-image: -moz-linear-gradient(top,#B00554, #8B033C ); /* for Firefox */
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#B00554', endColorstr='#8B033C'); /* IE gradient*/
    display: inline-block;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 5px #CCCCCC;
    -moz-box-shadow: 0px 0px 5px #CCCCCC;
    -webkit-box-shadow: 0px 0px 5px #CCCCCC;
}

.popupShare .body form .spinner {
    background: url("/images/spinner.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 16px;
    line-height: 16px;
    margin: 10px 0 11px;
    width: 16px;
}

.popupShare .body form .notice {
    display: none;
    float: right;
    padding: 13px 0;
}

.popupShare .body form .error {
    font: 11px Helvetica, Arial, sans-serif;
    color: #4F4747;
    display: block;
    display: block;
}

.ui-widget-overlay {
    background: #000;
    position: fixed;
    opacity: 0.70;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    top: 0;
    left: 0;
}

.ui-dialog,
.ui-dialog .ui-dialog-content {
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
    padding: 0;
    overflow: hidden;
    width: auto;
}

.ui-dialog .ui-widget-header {
    display: none;
}

.clear {
    clear: both;
}