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

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

#jagAlertBox-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 10px;
}

#jagAlertBox-BoxContenedor {
	padding: 0px 0px 5px 50px;
	text-align: left;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

#jagAlertBox-BoxContenedor a:hover{
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
}

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

#jagAlertBox-Buttons{
  text-align:right;
}

#jagAlertBox-Buttons input {
  margin: 10px 10px;
}

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

#jagAlertBox-Box .BoxAlert {
  background: url('/images/CustomerSer.gif') top left no-repeat;
}

#jagAlertBox-Box .BoxConfirm {
  background: url('/images/dialog-help.png') top left no-repeat;
}

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

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

#jagAlertBox-Box .BoxError {
  background: url('/images/support_email.gif') top left no-repeat;
}

