#SexyAlertBox-Box {
	padding-top: 16px;
  	padding-bottom: 20px;
  	background: #CCC url(../../images/sfondo_barra.png) repeat-x left top;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}

#SexyAlertBox-InBox {
  	padding-top: 15px;
}
#SexyAlertBox-Box p{
	font-weight: normal;
	font-size: 12px;
}
#SexyAlertBox-BoxContent {
	padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  	padding: 0px 0px 5px 55px;
  	text-align: left;
  	font-family:Arial, Helvetica, "sans-serif";
  	font-size:15px;
  	font-weight:bold;
  	color:#333;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  	text-align: left;
  	font-family:Arial, Helvetica, "sans-serif";
  	font-size:12px;
  	color:#333;
  	font-weight:bold;
  	margin:0px;
  	padding:0px;
}

#SexyAlertBox-Buttons{
  	text-align:right;
}

#SexyAlertBox-Buttons input {
	cursor: pointer;
	border-radius: 12px;
	border: 1px solid #CBCBCB;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px 0px rgb
	margin-right: 8px;
	margin-top: 10px;
	text-decoration: none;
	font-size: 11px;
	background: #CBCACA url(../../images/bg_toolbar2.png) repeat-x top left;
	text-align: center;
	padding: 3px 12px;
	font-weight: bold;
	color: #777;
	margin: 5px;
}
#SexyAlertBox-Buttons input:hover{
	color: #f7f7f7;
	text-decoration: none;
	background: #3c97bb url(../../images/bg_toolbar.png) repeat-x top left;
}
#SexyAlertBox-BoxContenedor #BoxPromptInput{
	cursor: pointer;
	border-radius: 12px;
	border: 1px solid #CBCBCB;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px 0px rgb
	margin-right: 8px;
	margin-top: 10px;
	text-decoration: none;
	font-size: 11px;
	background: #CBCACA url(../../images/bg_toolbar2.png) repeat-x top left;
	text-align: center;
	padding: 3px 12px;
	font-weight: bold;
	color: #777;
	margin: 5px;
}