﻿
a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

#mask 
{
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window 
{
  position:absolute;
  left:0;
  width:768px;
  height:448px;
  display:none;
  z-index:9999;
  padding-top:60px;
}


#boxes #dialog2 
{
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:768px; 
  height:446px;

}

#dvnewdetails
{
    border: 3px solid #666666;
    margin-left: 50px;
    background-color: #F0F0F0;
    width: 663px;
    height: 460px;
}