.emailform {
	text-align: left;
	border: 1px solid #a3c5d9;
	height: 85%;
	width: 100%;
}
.emailcontainer {
	height: 70%;
	width: 50%;
	min-width: 200px;
	text-align: right;
	position: fixed;
	left: 25%;
	top: 15%;
	z-index:9999;
	padding: 4px;
	border: 4px solid #a3c5d9;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px; 
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.9);
	background-color: #efefef;
}
.emailblackout {
	height: 9999px;
	width: 9999px; 
	top: -400px;
	position: fixed;
	z-index:9998;
	background: #ccc;
	filter:alpha(opacity=55); /* IE */
	-moz-opacity:0.55; /* Mozilla */
	opacity: 0.55; /* CSS3 */
}
.closefloat {
	padding: 4px 4px 4px 8px;
	text-decoration: none;
	position: relative;
	top: -2px;
	border: 2px solid #a3c5d9;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px; 
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.9);
}
.x { 
	border:1px solid; 
	padding: 0px 2px; 
	position:relative; 
	bottom: 2px; 
	font-size: 7px; 
	font-weight: bold; 
	border: 1px solid;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
