.jquery-msgbox
{
  background:url(../images/background.png) repeat-x left bottom;
  padding-bottom:55px;
  display: block; 
  position: fixed; 
  top: 100px; 
  /*left: 582.5px; */
  width: 420px; 
  height: auto; 
  z-index: 10000; 
  word-wrap: break-word;  
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 15px; 
  border-radius: 6px; 
  background-color: white;
  font-family:Segoe UI;
  font-size:15px;
  
}

.jquery-msgbox-wrapper
{
  padding:20px 20px 20px 100px;
  height: auto; 
  min-height: 80px; 
  zoom: 1;
  color:black;
}

.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/alert.png) no-repeat 20px 20px;
}

.jquery-msgbox-info
{
  background: url(../images/info.png) no-repeat 20px 20px;
}

.jquery-msgbox-error
{
  background: url(../images/error.png) no-repeat 20px 20px;
}

.jquery-msgbox-prompt
{
  background: url(../images/question.png) no-repeat 20px 20px;
}

.jquery-msgbox-confirm
{
  background: url(../images/confirm.png) no-repeat 20px 20px;
}