.jquery-msgbox
{
  background:url(images/images/background.png) repeat-x left bottom;
  padding-bottom:55px;
}

.jquery-msgbox-wrapper
{
  padding:30px 20px 10px 100px;
}

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

.jquery-msgbox-buttons button
/*.jquery-msgbox-buttons input*/
{
    cursor:pointer;
    margin:2px;
    height:35px;
    width:90px;
    border:1px solid #AFAFAF;
    background-color:#004076;
    color:#FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.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(images/images/alert.png) no-repeat 20px 20px;
}

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

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

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

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