#backgroundPopup{
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100px;
	width:100%;
	top:0;
	left:0;
	z-index:1;
	background-color: #000000;
	display: none;
}
#popupContact{
	position:fixed;
	_position:absolute;
	width:500px;
	z-index:2;
	padding:12px;
	background-color: #FFFFFF;
	border: 10px solid #D7227F;
	display: none;
}
#popupContact a {
	color: #CF2079;
}
#popupContact a:hover {
	text-decoration: underline;
	color: #E40A07;
}
#popupContact img {
	float: left;
	margin-right: 10px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:-10px;
	position:absolute;
	color:#3A3C3B;
	font-weight:700;
	display:block;
	top: 0px;
}
#button a {
	text-decoration: none;
	background-image: url(bg_groupbookings.gif);
	display: block;
	background-repeat: no-repeat;
	height: 22px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#popupContact h1 {
	color: #D7217E;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}
#popupContact li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	list-style-type: none;
}
#popupContact ul {
	margin: 0px;
	padding-bottom: 10px;
}
#popupContact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #E40a07;
}

