#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#cccccc;
	border:1px solid #cecece;
	z-index:19;
	cursor:pointer;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:576px !important; width:616px;
	height:422px !important; height:579px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:20;
	padding:71px 20px 20px 20px;
	font-size:13px;
	background-image: url(../Library/logoPopup.gif);background-repeat: no-repeat;
}
#popupContact h1{
	text-align:left;
	color:#990066;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:12px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color: #9900CC;
	font-weight:700;
	display:block;
	cursor: pointer;
}
#button{
	text-align:center;
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}
#popupImg {
	width: 180px;
	float:left;
}
#popupDetail {
	width: 356px;
	float:right;
	text-align:left;
}
.cadrePhoto{ 
	margin:3px;
}





