div#popup{
background-color:#FFF;
position:absolute;
top:144px;
right:68px;
width:270px;
padding:1px;
cursor:move;
display:none;
}
 
div#popup-border{
border:solid 2px #6E7782;
padding:0px 19px 19px 19px;
}
 
div#popup-close{
width:18px;
height:18px;
float:right;
margin-top:8px;
background-image:url('colorbox/images/controls.png');
background-position:-50px 0px;
cursor:default;
}
 
div#popup-close:hover{
background-position:-50px 25px;
}
 
fieldset{
border:none;
}

div#popup a{
clear:both;
display:block;
width:230px;
height:325px;
background-image:url('img/digifolder_230.jpg');
border-top:solid 1px #D1D1D1;
margin-top:12px;
}

