#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{
	-moz-box-shadow: 0px 1px 10px 4px #a6a86f;
	-webkit-box-shadow: 0px 1px 10px 4px #a6a86f;
	box-shadow: 0px 1px 10px 4px #a6a86f;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fe067), color-stop(1, #40800c));
	background:-moz-linear-gradient(top, #9fe067 5%, #40800c 100%);
	background:-webkit-linear-gradient(top, #9fe067 5%, #40800c 100%);
	background:-o-linear-gradient(top, #9fe067 5%, #40800c 100%);
	background:-ms-linear-gradient(top, #9fe067 5%, #40800c 100%);
	background:linear-gradient(to bottom, #9fe067 5%, #40800c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fe067', endColorstr='#40800c',GradientType=0);
	background-color:#9fe067;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #6b6d6e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:11px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
	text-align:right;
}

#SexyAlertBox-Buttons input {
	-moz-box-shadow: 0px 1px 10px 4px #a6a86f;
	-webkit-box-shadow: 0px 1px 10px 4px #a6a86f;
	box-shadow: 0px 1px 10px 4px #a6a86f;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fe067), color-stop(1, #40800c));
	background:-moz-linear-gradient(top, #9fe067 5%, #40800c 100%);
	background:-webkit-linear-gradient(top, #9fe067 5%, #40800c 100%);
	background:-o-linear-gradient(top, #9fe067 5%, #40800c 100%);
	background:-ms-linear-gradient(top, #9fe067 5%, #40800c 100%);
	background:linear-gradient(to bottom, #9fe067 5%, #40800c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fe067', endColorstr='#40800c',GradientType=0);
	background-color:#9fe067;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #6b6d6e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:11px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
	  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;
}

#SexyAlertBox-Box .BoxError {
  background: url('images/dialog-error.png') top left no-repeat;
}