#SexyAlertBox-Box {
  padding-bottom: 20px;
  background: url('/pic/interface/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('/pic/interface/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('/pic/interface/bg-box-top.png') top left no-repeat !important;	
  background: url('/pic/interface/bg-box-top.gif') top left no-repeat;	
}

#SexyAlertBox-BoxContent {
  background: url('/pic/interface/bg-box-body.png') top left repeat-y !important;
  background: url('/pic/interface/bg-box-body.gif') top left repeat-y; 
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 10px 30px 0px 75x;
  
  padding-left: 75px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
        
  text-align: left;
  font-family: Arial;
  font-size:9pt;
  color:#000;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3{
  text-align: left;
  font-family:Arial;
  font-size:9pt;
  color: #4163ad;
  font-weight:bold;
  margin:0px;
  padding:0px; 
  text-transform: uppercase;
}	/*
#SexyAlertBox-BoxContenedor b,{
  text-align: left;
  font-family:Arial;
  font-size:9pt;
  color: #3170B5;
  font-weight:normal;
  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('/pic/interface/dialog-warning.png') top left no-repeat;   
  margin-left:18px;
  background-position: 0px 10px 
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('/pic/interface/dialog-help.png') top left no-repeat;
  margin-left:18px;
  background-position: 0px 10px
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('/pic/interface/dialog-help.png') top left no-repeat; 
  margin-left:18px;
  background-position: 0px 10px 
}

#SexyAlertBox-Box .BoxInfo {
  background: url('/pic/interface/dialog-information.png') top left no-repeat;  
  margin-left:18px;
  background-position: 0px 10px 
}

#SexyAlertBox-Box .BoxError {
  background: url('/pic/interface/dialog-error.png') top left no-repeat;	
  margin-left:18px;
  background-position: 0px 10px 
}
