.jquery-msgbox {
  background:url(images/background.png) repeat-x left bottom;
  padding-bottom:55px;
  left: 30% !important;
  right: 30% !important;
  width: 40% !important;
	
}
.jquery-msgbox-wrapper {
  padding:20px 20px 20px 100px;
  font-weight: bold;
	font-size: 14px;
	color: #777779;
	text-align: center;
}
.jquery-msgbox-buttons {
  padding: 15px 10px;
  text-align:center;
  position:absolute;
  bottom:0;
  right:0;
  width:100%;
}
.jquery-msgbox-buttons button:focus,.jquery-msgbox-buttons input:focus {outline: none;}
.jquery-msgbox-buttons button,.jquery-msgbox-buttons input {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	height:24px;
	cursor:pointer;
	padding: 2px 6px 4px;
	font-size: 12px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #49A3FD;
	min-width: 120px;
	color: #FFFFFF;
	border: 1px solid #49A3FD;
}
.jquery-msgbox-buttons button:hover {
	cursor:pointer;
	background-color: #777779;
	color: #FFFFFF;
	border: 1px solid #777779;
}
.jquery-msgbox-buttons button:active {
	cursor:pointer;
	background-color: #79b775;
	color: #FFFFFF;
	border: 1px solid #79b775;
}
.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-processing {background: url(images/processing.gif) no-repeat 20px 20px;}
.jquery-msgbox-confirm {background: url(images/confirm.png) no-repeat 20px 20px;}

@media screen and (max-width:414px) {
.jquery-msgbox {
  background:url(images/background.png) repeat-x left bottom;
  padding-bottom:55px;
  left: 10% !important;
  right: 10% !important;
  width: 80% !important;
}
.jquery-msgbox-confirm {background-image: none;}
.jquery-msgbox-wrapper {
	padding:20px;
	font-weight: bold;
	font-size: 12px;
	color: #777779;
	text-align: center;
}
}