<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* jQuery MsgBox v1.0
 * http://s3.envato.com/files/293712/index.html
 */

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

.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;
  cursor:pointer;
}

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

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

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

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

.jquery-msgbox-confirm
{
  background: url('../images/msgbox/confirm.png') no-repeat 20px 20px;
}</pre></body></html>