﻿.popupFormPanel
{
	background-color:White;
	/*position:absolute;*/
	
	color:#1e1f20;
    
    /*
    height:500px;
    width:500px;
*/


    padding:3px;
    
    border:solid 2px black;
    
}

.popupFormBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    
}

.popupFormTitle
{
	background:url('/images/gray-strip.jpg') repeat-x;
	color:White;
	font-weight:bold;
	font-size:small;
	text-align:left;
	line-height:25px;
	padding:0px;
	margin:0px;	
}