.WrapPopUp {
    position: absolute;
    z-index: 1000;
    top: 45px;
    right: 0px;
    display: none;
}
.WrapInside {
    background: url(Images/PopUp/pop-up-bg.png) no-repeat left top;
    width: 531px;
    height: 302px;
}
.Femer {
    position: absolute;
    z-index: 1000;
}
.WrapContent 
{
    border-width:medium;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 28px;
    padding-right: 30px;
}
.Fermer {
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}
.Fermer a {
    font-size: 0.78em;
    color: #FFFFFF;
    padding-right: 15px;
    background: url(Images/PopUp/x-btn.gif) no-repeat right 0px;
}
.WrapContent h2 {
    font-size: 1.2em;
    font-weight: bolder;
    color: #FFFFFF;
    padding-left: 5px;
}
.PopUpError {
    font-size: 0.78em;
    /* font-weight: bolder; */
    color: #666666;
    overflow: auto;
    width: 410px;
    height: 175px;
    padding: 0px 20px 20px;
    margin-top: 25px;
}
* html .PopUpError {
    xoverflow-x: hidden;
}
.WrapContent dl.Aide dt {
    background: #FFFFFF;
    color: #a51258;
    float: none;
}
.WrapContent dl.Aide dt,
.WrapContent dl.Aide dd {
    padding-left: 2px;
}
.WrapContent dl.Aide dd {
    font-weight: normal;
}
.WrapContent dl.Aide dd a {
    float:none !important;
    display :inline;
    font-size: 1em;
    font-weight: bolder;
    color: #A51258;
    text-decoration: underline !important;
}
/*--*/
.SubmitBtn {
    float: right;
    margin-top: 10px;
    background: url(Images/arrow.png) no-repeat left top;
    padding-left: 25px;
    display: inline;
}
* html .SubmitBtn {
    background: url(Images/PopUp/arrow.gif) no-repeat left top;
}

/*-Choisir Adresse-*/
div.WrapAdresse {
    margin-bottom: 10px;
    float: left;
}
div.WrapInfo {
    float: left;
}
div.WrapInfo p {
    font-weight: bolder;
}
div.PopUpError a {
    /*float: right;
    display: block; */
    font-size: .915em;
    font-weight: bolder;
    color: #666666;
    text-decoration: underline !important;
}
div.PopUpError a.CardOrder 
{
    float: right;
    display: block;
    font-size: .915em;
    font-weight: bolder;
    color: #666666;
    text-decoration: underline !important;
}
div.PopUpError a:hover {
    text-decoration: none !important;
}
/*----*/
p.Alt15 {
    text-align: center;
    margin-top: 30px;
}
/*--*/
dl.SendTo {
    font-weight: bolder;
    color: #666666;
    padding-left: 20px;
}
dl.SendTo dt.SendTitle {
    font-weight: bolder !important;
    color: #000000 !important;
    margin-top: 14px !important;
    margin-bottom: 7px !important;
    clear: left;
}
dl.SendTo dt {
    float: left;
    width: 164px;
    padding-top: 4px;
}
dl.SendTo dd {    
    margin-right: 0px !important;
}
dl.SendTo dd input {
    width: 200px;
}
dl.SendTo dd textarea {
    width: 365px;
}
* html dl.SendTo dd textarea {
    width: 369px;
}
dl.SendTo dd input,
dl.SendTo dd textarea {
    background: #742952;
    border: 1px solid #CCCCCC;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 4px;
    color: #D5C833;
}
#mainContent .WrapPopUp p {
    margin-top: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    color: #666666;
    font-size: 1em;
    text-align: left;
    width: auto !important;
    font-weight: normal;
}
/*--*/
.DottedCell {
	width: 100%;
	background: url(Images/dotted-form.gif) repeat-x left 14px;
}
table.SendToFriendForm {
	font-size: 1em;
}
table.SendToFriendForm td {
	vertical-align: middle;
	padding: 2px 0px;
}
table.SendToFriendForm th {
	font-weight: bolder !important;
	font-size: 1.1em !important;
	color: #657074;
}
table.SendToFriendForm td label {
	font-weight: normal !important;
	font-size: 0.91em;
}

table.SendToFriendForm td input,
table.SendToFriendForm td textarea {
	width: 120px;
    background: #742952;
    border: 1px solid #CCCCCC;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 4px;
    color: #D5C833;
}
table.SendToFriendForm td input.TypeEmail {
	width: 200px;
}
table.SendToFriendForm td textarea {
	width: 400px;
}

