﻿.popupheader
{
   
    
    width :100%;
	height:40px; /* page-height = header-height + content-height */
	background-image: url( "/Images/popuptopbackground.jpg" );
	background-repeat:repeat;
    background-position: center;
    position: relative;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.popuppage, .popuppagescroll
{
	border: 0px solid #000000;
	z-index: 2;
	width: 405px;  /* page-width = content-width + content-padding-left + content-padding-right */
	height: 205px; /* page-height = header-height + content-height */
	padding:0;
	position: absolute;
	top: 100px;
	left: 400px;
	background-color: #FFFFFF;
}

.popuppage .content, .popuppagescroll  .content
{
	width:575px; /* page-width = content-width + content-padding-left + content-padding-right */
	height:540px; /* page-height = header-height + content-height + content-padding-top + content-padding-bottom */
	padding: 5px 5px 5px 5px;
}

.popuppagescroll .content
{
	overflow:scroll;
}


.popuppage .header, .popuppagescroll .header
{ 
	width:100%;
	height:40px; /* page-height = header-height + content-height */
	background-image: url( "/Images/popuptopbackground.jpg" );
	background-repeat:repeat;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.popuppage .header input, .popuppagescroll .header input
{
    margin: 4px;
}

.PopupInfoBoxDisabledBackground {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=70);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #000000;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/Images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
}

.contentBody
{
	 text-align: center;

	
	}
	
.ContactLeftLabel
{
	width: 110px;
	display: block;	
	float:left;
	font-weight: bold; 
	}	
	.CaptchaLeftLabel
{
	width: 115px;
	display: block;	
	float:left;
	font-weight: bold; 
	margin:4px 0px 6px 0px;
	}	
	.CaptchaTextbox
	{
	    margin:10px 0px 0px 110px;
	}