.jquery-msgbox
{
  background:url(../imagenes/modalbox/background.png) repeat-x left bottom;
  padding-bottom:55px;
  color: #666;
    font-family: Verdana;
    line-height:18px;
     font-size: .7em;
    
}
.jquery-msgbox button{border:inherit;background:inherit;}
.jquery-msgbox-wrapper
{
  padding:20px 20px 20px 100px;
}

.jquery-msgbox-buttons
{
  padding:15px;
  text-align:right;
  position:absolute;
  bottom:0;
  right:0;
}

.jquery-msgbox-buttons button,
.jquery-msgbox-buttons input
{
  margin-left:10px;
  cursor:pointer;
  min-width:85px;
  padding:0 14px 2px;
  height:24px;
}

.jquery-msgbox-inputs
{
  margin-top:4px;
}

.jquery-msgbox-inputs input
{
  display:block;
  padding:3px 2px;
  border:1px solid #dddddd;
  margin:3px 0 6px 0;
  width:95%;
}

.jquery-msgbox-label
{
  font-weight:bold;
  font-size:11px;
}

.jquery-msgbox-alert
{
  background: url(../imagenes/modalbox/alert.png) no-repeat 20px 20px;
}

.jquery-msgbox-info
{
  background: url(../imagenes/modalbox/info.png) no-repeat 20px 20px;
}

.jquery-msgbox-error
{
  background: url(../imagenes/modalbox/error.png) no-repeat 20px 20px;
}

.jquery-msgbox-prompt
{
  background: url(../imagenes/modalbox/question.png) no-repeat 20px 20px;
}

.jquery-msgbox-confirm
{
  background: url(../imagenes/modalbox/confirm.png) no-repeat 20px 20px;
  
}