@charset "utf-8";
/* CSS Document */

a#videoPopup { text-decoration:underline; }
	
#popupContact
{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	width:300px;
	z-index:2;
	background-color:#fff;
	border:3pt solid #ccc;
	padding:10px;
}  

#popupContact h4 
{ 
	margin:0 0 10px; 
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

#popupContactClose
{  
	color:#990000;
	display:block;
	float:right;
	position:absolute;
	right:6px;
	top:4px;
	margin:0;
	background:#ccc;
	border:1pt solid #999;	
	font-family:arial !important;
	font-size:16px !important;
	font-weight:bold !important;
	text-align:center;
	width:20px;
	cursor:hand;
}

div#popupContact div#popup-content div label
{
	float:left;
	font-family:arial;
	font-size:12px;
	line-height:25px;
	margin-right:6px;
	text-align:right;
	width:100px;
}

div#popupContact div#popup-content div input 
{ 
	float:left;
	margin-bottom:15px;
}

div#popupContact div#popup-content p
{
	float:left;
	font-family:arial;
	font-size:12px;
	line-height:25px;
	clear:left;
	width:300px;
}

div#popupContact div#popup-content input.submit
{
	margin-left:237px;
}

#backgroundPopup
{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
} 