﻿.PopUpHeader
{
  color: #ffffff;
  background-color: #757495;
  background-image: url(images/snap_headerBg.gif); 
  border: 1px solid #57566F; 
  font-family: Tahoma;
  font-weight: bold;
}


.PopUpContent
{  
  border-left: 1px solid #57566F;
  border-right: 1px solid #57566F;  
  background-color: white;
  cursor: default;
}

.PopUpFooter
{  
  border-bottom: 1px solid #57566F;
  background-color: white;
  cursor: default;
}

.PopIframe
{  
  border-left: 1px solid #57566F;
  border-right: 1px solid #57566F;  
  border-bottom: 1px solid #57566F;  
  background-color: white;
  cursor: default;
}

.PopUpCaption
{
 font-family: Verdana;
 font-size:11px;	
}

