#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:130%;
  color:#F6C;
  font-weight:bold;
  margin:0px;
  padding:15px 0px 10px 0px;
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,MS PGothic,"ＭＳ Ｐゴシック",helvetica,verdana,arial,sans-serif;
}

#SexyAlertBox-BoxContenedor ul{
	padding:0 20px 0 20px;
	color:#555;
	line-height:170%;
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,MS PGothic,"ＭＳ Ｐゴシック",helvetica,verdana,arial,sans-serif;
}

#SexyAlertBox-BoxContenedor ul li{
	margin:0 0 10px 0;
	list-style-type:square;
}

#SexyAlertBox-BoxContenedor h4{
  font-weight:bold;
	font-size:110%;
	color:#555;
  padding:0 0 0 20px;
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,MS PGothic,"ＭＳ Ｐゴシック",helvetica,verdana,arial,sans-serif;
}

#SexyAlertBox-BoxContenedor ol{
	padding:0 20px 0 20px;
	color:#555;
	line-height:170%;
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,MS PGothic,"ＭＳ Ｐゴシック",helvetica,verdana,arial,sans-serif;
}

#SexyAlertBox-BoxContenedor ol li{
	margin:0 0 10px 30px;
	list-style-type:decimal;
	color:#333;
}

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

#SexyAlertBox-Buttons input {
  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;
}
