/* Start of CMSMS style sheet 'send2friend' */
div#send2friend
{
position: fixed;
top: 20%;
left: 30%;
z-index: 202;
border: 5px #C55C25 solid;
padding: 20px;
background: white;
}

div#send2friend fieldset
{
   border: 0;
}

div#send2friend h2
{
   margin-bottom: 20px;
}

div#send2friend table td
{
   padding: 5px;
}

a#s2f-cancel
{
position: absolute;
top: 10px;
right: 10px;
}

a#s2f-cancel:hover
{
border: 0;
background: none;
}

a.bouton
{
   display: block;
   padding: 3px;
   color: white;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
   background: #DF8453;
   border: 1px #C55C25 solid;
}

a.bouton:hover
{
   background: #C55C25;
   border: 1px #8F3808 solid;
}

div#web2
{
   margin-top: 30px;
}

div#web2 img
{
   margin: 0 5px 0 0;
}
/* End of 'send2friend' */

