
.dvmsgbox{
position:absolute;
z-index:100;
padding:0px;
margin:0px;
width:301px;
height:200px;
background:#fff;
top:50%;
left:50%;
margin-left:10px;
margin-top:-15px;
border:1px solid #000;
}
 .msgboxtitle{
width:295px;
margin:2px 4px 0px 2px;
padding:0px;
color:white;
font-family:verdana;
font-size:14px;
font-weight:bold;
line-height:26px;
height:26px;
vertical-align:middle;
float:left;
clear:none;
}

.msgboxtitle .caption{
float:left;
clear:right;
width:275px;
}
 .msgboxdesc{
width:295px;
height:112px;
font-family:verdana;
font-size:12px;
font-weight:normal;
padding:0px;
margin:5px 4px 0px 2px;
color:black;
float:left;
clear:none;
vertical-align:top;
white-space:pre-line;
}

 .msgboxbuttons
{
width:295px;
padding:0px;
margin:2px 4px 0px 2px;
float:left;
clear:none;
}
 .msgboxbuttons input[type="button"]
{
font-family:verdana;
font-size:12px;
width:auto;
height:18px;
background:Silver;
border:solid 1px #003C74;	
padding:0px 2px 2px 2px;
margin:0px 0px 0px 4px;
position:relative;
cursor:pointer;
float:right;
clear:left;
text-align:center;
vertical-align:middle;
}