
	#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	min-height:100px;
	min-width:100px;
	background:#345FE2;
	border:2px solid #ccc;
	z-index:10001;
	font-size:13px;
	}
	#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	}
	#popupContactClose{
	border:1px solid;
	color:#ccc;
	display:block;
	float:right;
	font-size:20px;
	font-weight:700;
	height:18px;
	line-height:16px;
	text-align:center;
	width:16px;
	cursor:pointer;
	}		

.bnavig{
	height:20px; width:96%;
	cursor:move;
	background:transparent;
	float:left;
}

#contentPopup{

	padding:22px 0 0;

}

