#SexyAlertBox-Box {
	padding-bottom: 24px;
	background: url('../img/sexyalert/bg-box-bottom.png') bottom left
		no-repeat !important;
	background: url('../img/sexyalert/bg-box-bottom.gif') bottom left
		no-repeat;
}

#SexyAlertBox-InBox {
	padding-top: 15px;
	background: url('../img/sexyalert/bg-box-top.png') top left no-repeat
		!important;
	background: url('../img/sexyalert/bg-box-top.gif') top left no-repeat;
}

#SexyAlertBox-BoxContent {
	background: url('../img/sexyalert/bg-box-body.png') top left repeat-y
		!important;
	background: url('../img/sexyalert/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 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-BoxContenedor em {
	color: #999999;
}

#SexyAlertBox-BoxContenedor p {
	margin: 3px;
}

#SexyAlertBox-BoxContenedor p.rojo {
	color: #ff0000;
}

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

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

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

#SexyAlertBox-Box .BoxAlert {
	background: url('../img/sexyalert/dialog-warning.png') top left
		no-repeat;
}

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

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

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

#SexyAlertBox-Box .BoxError {
	background: url('../img/sexyalert/dialog-error.png') top left no-repeat;
}

.SexyTitulo_bottom {
	float: left;
	width: 92.5%;
	margin-left: 11px;
	text-align: right;
	padding-right: 10px;
	background-color: #FFF;
	font-size: 10px;
	color: #6B6B6B;
}

.SexyTitulo_top {
	background-color: #3A3C97;
	font-size: 16px;
	color: #FFF;
	padding: 2px 5px;
	-moz-border-radius: 0px 10px 10px 0px; /* Firefox*/
	-ms-border-radius: 0px 10px 10px 0px; /* IE 8.*/
	-webkit-border-radius: 0px 10px 10px 0px; /* Safari,Chrome.*/
	border-radius: 0px 10px 0px 10px; /* El estándar.*/
	-moz-border-radius: 10px 40px 10px 0px; /* Firefox*/
	-ms-border-radius: 10px 40px 10px 0px; /* IE 8.*/
	-webkit-border-radius: 10px 40px 10px 0px; /* Safari,Chrome.*/
	border-radius: 10px 40px 10px 0px; /* El estándar.*/
}

.text_blue {
	color: blue;
}