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

.jquery-msgbox-wrapper
{
  padding:20px 20px 20px 100px;
  line-height: 18px;
}

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

	.jquery-msgbox-buttons button {
		margin-right: 6px;
	}
	
	.jquery-msgbox-buttons button:last-child {
		margin-right: 0px;
	}

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

.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;
}

.jquery-msgbox-input {
	border: 1px solid #D3D3D3;
	padding: 4px;
	margin-left: 6px;
	width: 290px;
}

.jquery-msgbox-input:hover, .jquery-msgbox-input:focus {
	border: 1px solid #919191;
}