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


body 
{
	/*margin: 0; 
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;*/
}
	
#horizontal 
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
}
/*
#center 
{
	visibility: visible;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 500px;*/
	/*margin-left: -250px;*/ /* half width */
	/*height: 500px;
	overflow: auto;*/
}

.content 
{
	white-space: nowrap;
	text-align: center;
}
/*
a
{  
	cursor: pointer;  
	text-decoration:none;  
}  
*/
#backgroundPopup
{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0; 
	background: #000;
	/*background: #6c6f70;*/ 
	/*background: #191d1f;*/
	/*background: #4d4f53;*/
	border:1px solid #cecece;  
	z-index:1; 
}  

#popupContact
{  
	display:none;  
	/*position:fixed;*/  
	/*_position:absolute;*/ /* hack for internet explorer 6*/  
	/*height:284px;*/
	width:500px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	padding:12px;  
	font-size:13px;  
}  

#popupContact h3
{  
	text-align:left;  
	/*color:#6aade4;*/  
	/*font-size:22px;  
	font-weight:700;  */
	border-bottom:1px dotted #D3D3D3;
	/*margin-bottom:20px; */ 
}  

#popupContactClose
{  
	/*font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6aade4;  
	font-weight:700;  
	display:block;*/
}

#contactArea 
{
	color: #333;
	font-size: 9pt;
}

a 
{
	text-decoration: none;
}
/*
a:hover
{
	color: #6aade4;
	text-decoration: underline;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	color: #6aade4;
	text-decoration: underline;
}
*/
.required 
{
	color: #F00;	
}