#dvGlobalMask{
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);


	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
	position: absolute;
	top:0px;
	left:0px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#contactpopup {
	display: none;
	height: 400px;
	position: absolute;
	width: 800px;
	z-index: 9001;
	background-attachment: scroll;
	background-color: #F9F5ED;
	background-image: none;
	background-repeat: repeat;
	background-position: 0px 0px;
}
.modalnav {
	cursor: pointer;
	height: 40px;
	width: 40px;
	background-color: #1E160B;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	right: -800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #EEE6D8;
	text-align: center;
}
.modalnav:hover {

}
.button-pane {
	margin: 13px 30px 0 0;
}
#pop {
	margin: 0px;
	padding: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#contentPop {
	background-color: #EEE6D8;
	margin: 0px;
	padding: 40px;
	height: 300px;
	width: 700px;
}
#colLeftPop {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
}
#colRightPop {
	margin: 0px;
	float: left;
	height: 300px;
	width: 410px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#descPop {
	font-size: 13px;
	line-height: 18px;
	color: #1E160B;
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: block;
	height: 213px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
}
