
/******************************************popup send to a friend*************/
#PopupBg {
background:#eeeeee none repeat scroll 0%;
display:none;
left:0px;
position:absolute;
top:0px;
z-index:9998;
}	
.popup {
background:#fff none repeat scroll 0%;
display:none;
left:0px;
padding:20px;
border:1px solid #111;
position:absolute;
top:0px;
width:330px;
z-index:9999;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}

.popup p.champ {
margin-bottom:4px;
}
.popup label {
float:left;
margin-right:0pt;
width:100px;
}
.popup p.champ input, .popup p.champMultiligne
{
margin-bottom:0px !important;

}
.popup p.champ input, .popup p.champMultiligne textarea {
width:200px;
}
.popup p.champMultiligne .question{
height:100px;
}
.popup p.champcaptcha{
padding-top:0px !important;
}
.popup p {
margin-bottom:25px;
}
.popup hr.points {
border-top:1px dotted #828282;
height:1px;
margin:10px 0pt 10px 0px;
visibility:visible;
width:100%;
}
.popup .lienPlus a {
float:right;
font-size:9px;
font-weight:bold;
line-height:normal;
margin-right:10px;
}
label
{
cursor:pointer;
}

