.jquery-msgbox
{
  background:url(images/background.png) repeat-x left bottom;
  padding-bottom:55px;
  font-style:normal;
}

.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;
  min-width:85px;
  padding:0 14px 2px;
  height:24px;
  cursor:pointer;*/
  background-color:#3991cf; border-bottom:1px solid #164f79; border-right:1px solid #164f79; border-top:0; border-left:0;  color:#fff; font-weight:bold; letter-spacing:0; font-size:14px; margin-top:14px; height:30px; width:130px; background-image:url(../img/bgBtn.png); background-repeat:no-repeat; background-position:left; padding-left:6px; margin-left:94px; cursor:pointer;
}

.jquery-msgbox-buttons button:hover, .jquery-msgbox-buttons input:hover
{
 background-color:#0d71b8;
}

.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(../img/alert.png) no-repeat 20px 20px;
}

.jquery-msgbox-info
{
  background: url(../img/info.png) no-repeat 20px 20px;
}

.jquery-msgbox-error
{
  background: url(../img/error.png) no-repeat 20px 20px;
}

.jquery-msgbox-prompt
{
  background: url(../img/question.png) no-repeat 20px 20px;
}

.jquery-msgbox-confirm
{
  background: url(../img/confirm.png) no-repeat 20px 20px;
}