<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#aiosp_overlay {
	position: fixed;
	z-index: 1000004;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
}

#aiosp_window {
	font-size: 14px;
	font-family: arial, verdana;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	position: fixed;
	z-index: 1000005;
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	border: 0px solid #AAA;
	-moz-box-shadow: rgba(32,32,32,1) 0 4px 30px;
	-o-box-shadow: rgba(32,32,32,1) 0 4px 30px;
	-webkit-box-shadow: rgba(32,32,32,1) 0 4px 30px;
	-khtml-box-shadow: rgba(32,32,32,1) 0 4px 30px;
	box-shadow: rgba(32,32,32,1) 0 4px 30px;
}

#aiosp_close {
	width: 28px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: 0px;
	top: -28px;
	text-decoration: none;
	text-align: right;
	opacity: 0.65;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, monospace;
	cursor: pointer;
	text-shadow: 1px 1px 1px #000000;
}
#aiosp_close:hover {
	opacity: 0.95;
}

.aiosp_box {
	position: relative;
	overflow: hidden;
}

#aiosp_delay {
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-size: 11px;
	color: #808080;
}

#aiosp_content {
	clear: both;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
	padding: 15px;
	overflow: hidden;
}

#aiosp_content p {
	padding: 0px 0px 5px 0px;
}

#aiosp_form {
	margin-top: 10px;
	overflow: hidden;
	margin-right: 0px;
	height: 100%;
}

.aiosp_area {
	float: left;
	overflow: hidden;
	height: 100%;
}

#aiosp_content a {
	text-decoration: none;
}
#aiosp_content a:hover,
#aiosp_content a:focus,
#aiosp_content a:active {
	text-decoration: underline;
}

/* White Font Scheme */
div.aiosp_font_light {
	color: #CCC !important;
}
.aiosp_font_light a {
	color: #FFF !important;
}
.aiosp_font_light a:hover,
.aiosp_font_light a:focus,
.aiosp_font_light a:active {
	color: #F8F8F8 !important;
}

/* Dark Font Scheme */
div.aiosp_font_dark {
	color: #444 !important;
}
.aiosp_font_dark a {
	color: #457 !important;
}
.aiosp_font_dark a:hover,
.aiosp_font_dark a:focus,
.aiosp_font_dark a:active {
	color: #446 !important;
}

input.aiosp_input,
input.aiosp_input:hover,
input.aiosp_input:active {
	font-size: 14px;
	font-weight: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 6px;
	border: 1px solid #CCC;
	border-spacing: 0;
	clear: both;	
	color: #627C8F;
	width: 100%;
	margin: 0px 0px 7px 0px;
	font-family: arial, verdana;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
	height: auto;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}

input#aiosp_submit {
	display: inline-block;
	*display: inline;
	padding: 5px 14px;
	margin-bottom: 0;
	margin-top: 0px;
	*margin-left: .3em;
	font-family: arial, verdana;
	font-size: 14px;
	height: auto;
	min-width: 0px;
	max-width: 100%;
	line-height: 20px;
	*line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff51a351", GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
input#aiosp_submit:hover, input#aiosp_submit:active {
	text-decoration: none;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	color: #ffffff;
	background: #51a351;
	*background: #499249;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid transparent;
	*border: 0;
}
img#aiosp_loading {
	margin: 0px 0px 0px 10px !important;
	padding: 0px 0px 0px 0px !important;
	background: transparent !important;
	border-width: 0px !important;
	display: none;
	vertical-align: middle;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.aiosp_redborder {
	border: 1px solid red !important;
}</pre></body></html>