#cwxAlertBox-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;
}

#cwxAlertBox-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;	
}

#cwxAlertBox-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;
}

#cwxAlertBox-BoxContenedor {
  padding: 69px 10px 5px 10px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000000;
  border:1px solid #fff
}

#cwxAlertBox-BoxContenedor h1,#cwxAlertBox-BoxContenedor h2,#cwxAlertBox-BoxContenedor h3,#cwxAlertBox-BoxContenedor b,#cwxAlertBox-BoxContenedor strong{
  text-align: center;
  font-family: "Trebuchet MS";
  font-size:22px;
  color:#000000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#cwxAlertBox-Buttons{
  text-align:right;
  margin-top: 20px;
}

#cwxAlertBox-Buttons input {
  margin: 9px;
}

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

#cwxAlertBox-Box .BoxAlert {
  background: url('../images/succes.jpg') top center no-repeat;
}

#cwxAlertBox-Box .BoxConfirm {
  background: url('../images/alert.jpg') top center no-repeat;
}

#cwxAlertBox-Box .BoxPrompt {
  background: url('../images/dialog-help.png') top center no-repeat;
}

#cwxAlertBox-Box .BoxInfo {
  background: url('../images/dialog-information.png') top center no-repeat;
}

#cwxAlertBox-Box .BoxError {
  background: url('../images/error.jpg') top center no-repeat;
  color:#000000
}

#cwxAlertBox-BoxContent p{
  text-align: center;
  font-family: Arial;
  font-size:16px;
  color:#000000;
  font-weight:normal;
  margin:0px;
  padding:0px;
  border: none;
}
#BoxAlertBtnOk{
color: white;
background-image: url('../images/btn-generic.jpg');
border: none;
font-size :16px;
width:102px;
height:30px;
text-align:center;
}

#BoxConfirmBtnOk{
color: white;
background: url('../images/btn-confirm.jpg') no-repeat;
border: none;
font-size :16px;
width:102px;
height:30px;
text-align:center;
}

#BoxConfirmBtnCancel{
color: white;
background: url('../images/btn-delete.jpg') no-repeat ;
border: none;
font-size :16px;
width:102px;
height:30px;
text-align:center;
}
#BoxPromptBtnOk{
color: white;
background: url('../images/btn-confirm.jpg') no-repeat;
border: none;
font-size :16px;
width:102px;
height:30px;
text-align:center;
}

#BoxPromptBtnCancel{
color: white;
background: url('../images/btn-delete.jpg') no-repeat ;
border: none;
font-size :16px;
width:102px;
height:30px;
text-align:center;
}

