﻿.jquery-msgbox{ background:#fff;border-radius:2px; overflow:hidden; position:relative;}

.jquery-msgbox .drop_left{background: url(/Js/msgbox-v1.0/Images/bg_drop_popup.png) no-repeat 0 0; width:11px; height:100px; position:absolute; top:0; left:60px;}
.jquery-msgbox-wrapper{ padding:0px 0 0 95px; width:335px;  float:left; float:left;  display:table-cell; vertical-align:middle; font-size:14px; font-weight:bold; font-style:italic;}
.jquery-msgbox-wrapper form{height:80px; display:table-cell; vertical-align:middle;}

.jquery-msgbox-buttons{ width:25px; height:25px; position:absolute; top:50%; margin-top:-12px; right:15px;}
.jquery-msgbox-buttons button{width:25px; height:25px; border-radius:1px; background: rgba(0,0,0,.05) url(Images/close-black.svg) no-repeat center; background-size: 10px auto; display:block; text-indent:-999px; border: none; outline: none; 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:before{content:''; width:80px; height:80px; position:absolute; top:0; left:0; background:#FFCC00 url(Images/alert.svg) no-repeat center; background-size:40px auto ; border-radius:2px 0 0 2px}
.jquery-msgbox-info:before{content:''; width:80px; height:80px; position:absolute; top:0; left:0; background:#06a9e0 url(Images/info.svg) no-repeat center; background-size:40px auto ; border-radius:2px 0 0 2px}
.jquery-msgbox-error:before{content:''; width:80px; height:80px; position:absolute; top:0; left:0; background:#d63401 url(Images/error.svg) no-repeat center; background-size:40px auto ; border-radius:2px 0 0 2px}
.jquery-msgbox-prompt:before{content:''; width:80px; height:80px; position:absolute; top:0; left:0; background:#06a9e0 url(Images/prompt.svg) no-repeat center; background-size:40px auto ; border-radius:2px 0 0 2px}
.jquery-msgbox-confirm:before{content:''; width:80px; height:80px; position:absolute; top:0; left:0; background:#06a9e0 url(Images/confirm.svg) no-repeat center; background-size:40px auto ; border-radius:2px 0 0 2px}
