#SexyAlertBox-Box {
  color:#FFFFFF;
  background:#313131;
}

#SexyAlertBox-InBox {
  color:#FFFFFF;
  background:#313131;
}

#SexyAlertBox-BoxContent {
}

#SexyAlertBox-BoxContenedor {
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#FFFFFF;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#FFFFFF;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#SexyAlertBox-Buttons{
  padding:12px;
}


#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-BoxContenedor h1 {
  font-size:12px;
  text-transform:uppercase;
  padding-left:10px;
  line-height:30px;
  background-color:#006EBC;
}

#SexyAlertBox-BoxContenedor table {
  padding-left:10px;
  padding-right:10px;
}

#SexyAlertBox-BoxContenedor span {
  display:block;
  text-align:center;
  padding-bottom:4px;
}

#SexyAlertBox-BoxContenedor strong.strongItem {
  display:block;
  padding-top:38px;
  height:30px;
  text-align:justify;
  color:#006EBC;
  font-size:11px;
}

#SexyAlertBox-BoxContenedor span.spanItem1 {
  display:block;
  font-size:11px;
  height:45px;
  text-align:justify;
}

#SexyAlertBox-BoxContenedor span.spanItem2 {
  display:block;
  font-size:10px;
  height:36px;
  font-style:italic;
  text-align:justify;
}

#SexyAlertBox-BoxContenedor span.apropos1 {
  display:block;
  padding-top:121px;
  height:41px;
  font-size:11px;
  text-align:justify;
  background: url(/img/apropos1.jpg) no-repeat;
}

#SexyAlertBox-BoxContenedor span.apropos2 {
  display:block;
  padding-left:53px;
  height:38px;
  font-size:9px;
  text-align:left;
  background: url(/img/apropos2.jpg) no-repeat;
}

a#BoxAlertBtnOk {
  float:right;
  display:block;
  position:relative;
  top:9px;
  left:-6px;
  text-decoration:none;
  width:16px;
  height:11px;
  overflow:hidden;
  background: url(/img/bt/fermer.jpg) no-repeat;
}

input#BoxConfirmBtnOk {
  float:right;
  overflow:hidden;
  width:105px;
  height:23px;
  border:none;
  text-indent:-999px;
  cursor:pointer;
  background: url(/img/bt/en/bt_gris.png) no-repeat;
  background-position:-400px -56px;
}

input#BoxConfirmBtnCancel {
  overflow:hidden;
  width:105px;
  height:23px;
  border:none;
  text-indent:-999px;
  cursor:pointer;
  background: url(/img/bt/en/bt_gris.png) no-repeat;
  background-position:0px -213px;
}

a#fermerConfirm {
  float:right;
  display:block;
  position:relative;
  top:9px;
  left:-6px;
  text-decoration:none;
  width:16px;
  height:11px;
  overflow:hidden;
  background: url(/img/bt/fermer.jpg) no-repeat;
}