@charset "UTF-8";
/*POPUP Styling for Maines.net Created by BrockettCreative Group, INC.*/


#box_shade {
	background-image: url('/img/trans_black.png');
	/*background-color: rgba(0, 0, 0, 0.7);*/
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1003;
	width: 100%;
	height: 100%;
	float: left;
	clear: both;
	display: none;}
#boxMessage {
	background-color: white;
	width: 432px;
	min-height: 350px;
	margin: 0px auto;
	float: none;
	clear: both;
	margin-top: 10%;
	position: relative;}
#boxMessage a.close {
	position: absolute;
	top: 5px;
	right: 5px;}
