﻿#coverup {position: fixed; _position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #FFFFFF; opacity: .65; -webkit-opacity: .65; -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”; filter: alpha(opacity=50); display: none;}
#lightbox {display: block; position: fixed; _position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0; z-index: 999999999999; display: none;}
#windowpane {
	display: block;
	width: 975px;
	height: 550px;
	background-color: #FFFFFF;
	margin: 35px auto 0 auto;
	border: solid 2px #EA7517;
	position: relative;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	display: none;
}
#windowpane #lightx {display: block; width: 25px; height: 25px; position: absolute; right: 0px; top: 0px; background-color: #EA7517; text-decoration: none; color: #FFFFFF; line-height: 24px; text-align: center; font-size: 18px; font-weight: bold;}
.windowpanetext {
	float: left;
	width: 200px;
	margin: 10px 0 0 10px;
	text-align: left;
	line-height: 18px;
}
.windowpanetext h3 {margin: 20px 0 12px 10px; font-size: 16px; line-height: 22px; color: #EA7517; font-weight: bold; border: none; border-bottom: solid 1px #EA7517;}
.windowpanetext p {margin: 0 0 12px 10px; font-size: 12px;}
#warningtext {margin: 30px;}
#warningtext a {text-decoration: underline;}



#standalone {
	display: block;
	width: 850px;
	height: 500px;
	background-color: #FFFFFF;
	margin: 35px auto 0 auto;
	border: solid 2px #EA7517;
	position: relative;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	display: none;
}
#standalone #standx {display: block; width: 25px; height: 25px; position: absolute; right: 0px; top: 0px; background-color: #EA7517; text-decoration: none; color: #FFFFFF; line-height: 24px; text-align: center; font-size: 18px; font-weight: bold;}
