#mask{
	position:fixed;
	height:100%;
	width:100%;
	background:#fff;
	z-index:1000;
	-moz-opacity:0.7 !important;
	opacity:0.7 !important;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	display:none;
}

#loader{
	position:fixed;
	height:90px;
	width:120px;
	top:0px;
	left:50%;
	margin-left:-60px;
	margin-top:275px;
	background-color:#fff;
	z-index:9999;
	display:none;
	border:solid #ccc 1px;
	-moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
	text-align:center;
}

#friendly_alert{
	position:fixed;
	width:220px;
	top:0px;
	left:50%;
	margin-left:-110px;
	margin-top:275px;
	padding:25px;
	font-size:12px;
	background-color:#fff;
	z-index:9999;
	display:none;
	border:solid #ccc 1px;
	-moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
	text-align:center;
	font-weight:bold;
}

#friendly_alert .error{
	color:#FF0000;
}


#loader img{
	width:31px;
	margin:15px auto 10px auto;
}

#loader .loader_copy{
	font-weight:bold;
	font-size:12px;
}

.overlay{
	width:416px;
	background:#fff;
	border:solid #ccc 1px;
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-208px;
	margin-top:100px;
	z-index:1100;
	display:none;
	-moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
	padding:0px 0px 50px 0px;
}

.overlay a.close_btn{
	background:url(/img/global/site_sprite.png) 41px -378px;
	padding-right:21px;
	font-style:italic;
	font-weight:bold;
	float:right;
	margin:10px;
}

.overlay_content{
	width:296px;
	margin:auto;
	margin-top:15px;
	padding-top:5px;
}

#map_overlay.overlay{
	width:760px;
	height:555px;
	margin-left:-380px;
}

#map_overlay.overlay .overlay_content{
	width:687px;
}

#map_overlay.overlay .overlay_content h1{
	padding-top:25px;
}

#map_overlay.overlay .overlay_content .content_wrap{
	position:relative;
	width:687px;
	border-top:solid #cbccce 1px;
}

#map_overlay.overlay .overlay_content .content_wrap #map_links{
	width:158px;
	float:left;
	margin-top:10px;
}

#map_overlay.overlay .overlay_content .content_wrap #map{
	width:513px;
	height:468px;
	float:right;
	border:solid #cbccce 1px;
	margin-top:14px;
}


#video_overlay{
	width:660px;
	height:355px;
	margin-left:-330px;
}

#video_overlay #video_frame_wrap{
	width:640px;
	margin:auto;
}

.contanct_overlay_form .submit_ajax_btn{
	margin-top:5px;
}

.contanct_overlay_form .submit_ajax_btn.processing{
	-moz-opacity:0.5 !important;
	opacity:0.5 !important;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	cursor:default;
}

.contanct_overlay_form .submit_ajax_btn.processing:hover{
	color:#393839;
}

.contanct_overlay_form{
	position:relative;
}

.contanct_overlay_form div.processing{
	height:31px;
	vertical-align:middle;
	position:absolute;
	left:74px;
	bottom:-2px;
	display:none;
}

.contanct_overlay_form div.processing img{
	float:left;
}

.contanct_overlay_form div.processing .quote{
	line-height:31px;
	padding-left:10px;
	float:left;
}

.contanct_overlay_form .success{
	position:absolute;
	left:69px;
	bottom:-2px;
	display:none;
}

.uploadifyQueue{
	position:relative;
	top:25px;
}