@charset "utf-8";
/* CSS Document */

#SexyAlertBox-Box {
background:transparent url(../images/backgrounds/bg-box-bottom.gif) no-repeat scroll left bottom !important;
padding-bottom:24px;
}
#SexyAlertBox-InBox {
background:transparent url(../images/backgrounds/bg-box-top.gif) no-repeat scroll left top !important;
padding-top:13px;
}
#SexyAlertBox-BoxContent {
background:transparent url(../images/backgrounds/bg-box-body.gif) repeat-y scroll left top !important;
padding:0 20px;
}
#SexyAlertBox-BoxContenedor {
color:#000000;
font-family:Verdana;
font-size:12px;
padding:0 0 5px 55px;
text-align:left;
}
#SexyAlertBox-BoxContenedor h1, #SexyAlertBox-BoxContenedor h2, #SexyAlertBox-BoxContenedor h3, #SexyAlertBox-BoxContenedor b, #SexyAlertBox-BoxContenedor strong {
color:#077480;
font-family:Verdana;
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
text-align:left;
}
#SexyAlertBox-Buttons {
text-align:right;
}
#SexyAlertBox-Buttons input {
margin:10px;
}
#SexyAlertBox-BoxContenedor #BoxPromptInput {
margin-top:5px;
}
#SexyAlertBox-Box .BoxAlert {
background:transparent url(../images/backgrounds/dialog-warning.png) no-repeat scroll left top;
}
#SexyAlertBox-Box .BoxConfirm {
background:transparent url(../images/backgrounds/dialog-help.png) no-repeat scroll left top;
}
#SexyAlertBox-Box .BoxPrompt {
background:transparent url(../images/backgrounds/dialog-help.png) no-repeat scroll left top;
}
#SexyAlertBox-Box .BoxInfo {
background:transparent url(../images/backgrounds/dialog-information.png) no-repeat scroll left top;
}
#SexyAlertBox-Box .BoxError {
background:transparent url(../images/backgrounds/dialog-error.png) no-repeat scroll left top;
}