﻿.ContactmodalBox
{
/*
-moz-border-radius:10px;
border-radius:10px;
-wekit-border-radius:10px;
-moz-box-shadow:0 0 10px #888;
-webkit-box-shadow:0 0 10px #888;
box-shadow:0 0 10px #888;
background:#fff;
padding-bottom:1px;
*/
padding-bottom:1px;	
text-align: center;

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: #666 0px 0px 8px;
-moz-box-shadow: #666 0px 0px 8px;
box-shadow: #666 0px 2px 8px;
background: #F7F4F3;

background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F7F4F3), to(#ffffff));
background: -moz-linear-gradient(#F7F4F3, #ffffff);
background: linear-gradient(#F7F4F3, #ffffff);
-pie-background: linear-gradient(#F7F4F3, #ffffff);
behavior: url(PIE.htc);
}
.ContactmodalMessage
{
	margin: 15px;
	text-align: center;
}
.ContactmodalMessage ul li{ padding:2px 0;}
.ContactmodalControl
{
	text-align: center;
	margin: 0px 15px 15px 0px;
}
.ContactmodalButton
{
	background:#3395ed;
	border:1px solid #187cd4; padding:1px 3px;
	margin-left:5px;
	color:#fff;
}

.ContactmodalBG
{
	position: fixed;
	background:#000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: none;
	opacity: 0.5;
	filter: alpha(opacity=20);
}
.ContactmodalShadow
{
	position:absolute;
	z-index: 1000;
	display: none;
	background-color:White;
	border:2px solid #004684;
	padding:3px;
}

*html .ContactmodalBG, .ContactmodalIShim
{
	position: absolute;
	left: expression(eval(document.documentElement.scrollLeft));
	top: expression(eval(document.documentElement.scrollTop));
	width: expression(document.documentElement.clientWidth + "px");
	height: expression(document.documentElement.clientHeight + "px");
}

*html .ContactmodalIShim
{
	filter: alpha(opacity=0);
	z-index: 8;
}

*html .ContactmodalShadow
{
	position: absolute;
}

.ContactmodalMessage p,.ContactmodalMessage ul { text-align:left;} 