.disablediv{
background-color:black;
position:fixed;
top:0px;
left:0px;
z-index:1005;
height:100%;
width:100%;
filter:alpha(opacity=30);
-moz-opacity:.3;opacity:.3;
}

.dvmsgbox{
position:absolute;
z-index:1006;
padding:0px;
margin:0px;
width:400px;
height:250px;
border:solid #000000 1px;
background:silver url(msgboxbackground.png) repeat-y left top;
top:50%;
left:50%;
margin-left:-200px;
margin-top:-85px;
text-align:justify;
}

.dvmsgbox .msgboxtitle{
width:400px;
margin:0px 0px 0px 0px;
padding:0px;
color:white;
font-family:verdana;
font-size:14px;
font-weight:bold;
line-height:26px;
height:26px;
vertical-align:middle;
clear:both;
text-align:center;
background:url(msgboxtitlebar.png) repeat-x left top;
}

.msgboxtitle .caption{
float:left;
width:378px;
}

.msgboxtitle .close{
cursor:pointer;
margin-top:3px;
float:left;
}

.dvmsgbox .msgboxdesc{
text-align:justify;
width:380px;
font-family:verdana;
font-size:12px;
font-weight:normal;
padding:0px;
margin:10px;
color:black;
vertical-align:top;
white-space:pre-line;
}

.dvmsgbox .msgboxbuttons
{
width:400px;
padding:0px;
margin:0px 0px 10px 0px;
text-align:center;
position:absolute;
bottom: 0px;
}
.dvmsgbox .msgboxbuttons input[type="button"]
{
font-family:verdana;
font-size:12px;
width:auto;
height:25px;
background:Silver url(msgboxbuttons.png) repeat-x;
border:solid 1px #003C74;	
padding:0px 2px 2px 2px;
margin:0px 0px 0px 4px;
cursor:pointer;
text-align:center;
vertical-align:middle;
}