#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('../images/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('../images/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('../images/bg-box-top.png') top left no-repeat !important;	
  background: url('../images/bg-box-top.gif') top left no-repeat;	
}

#SexyAlertBox-BoxContent {
  background: url('../images/bg-box-body.png') top left repeat-y !important;
  background: url('../images/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 55px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
}

#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:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#SexyAlertBox-Buttons{
  text-align:right;
}

#SexyAlertBox-Buttons input {
  margin: 10px 10px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  background: url('../images/dialog-warning.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('../images/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('../images/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  /*background: url('../images/dialog-information.png') top left no-repeat;*/
  /*background: url('../images/ajout_panier.gif') top left no-repeat;*/
  background-image: url('../images/dialog-panier.png');
  background-position: 0px 0px 0px 0px;
  background-repeat: no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('../images/dialog-error.png') top left no-repeat;
}
#SexyAlertBox-Box h3{
	color: #333;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0;
	line-height: 45px;
}
#SexyAlertBox-Box img{
	width: 100px;
	height: 100px;
	padding: 3px;
	border: 1px solid #ccc;
}
#SexyAlertBox-Box p{
	margin-top: 0;
	margin-left: 20px;
}

#SexyAlertBox-Box #contBS{
	width: 350px;
	height: 120px;
}
#SexyAlertBox-Box #imgBS{
	width: 132px;
	min-height: 130px;
	height: auto;
	float: left;
	background-color: #fff;
}
#SexyAlertBox-Box #txtBS{
	background-color: #fff;
}
#SexyAlertBox-Box #txtBS h4{
	color: #FF0096;
	font-size: 15px;
	margin-top: 5px;
}
#SexyAlertBox-Box #txtBS a, #SexyAlertBox-Box #txtBS a:link, #SexyAlertBox-Box #txtBS a:active, #SexyAlertBox-Box #txtBS a:visited{
	background-image: url(../images/fleche.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #333;
	text-decoration: none;
}
#SexyAlertBox-Box #txtBS a:hover{
	color: blue;
	text-decoration: underline;
}


