<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

html, body { padding:0px; margin:0px; }
	
#spamChaBlackBox { display:none; position:fixed; top:0px; left:0px; width:100%; height:100%; background: url(/Images/site-templates/transparent/blacktrans_70.png); font-family:arial; z-index:2000;  }
	#spamChaPosBox { margin:100px auto 0; padding:20px; background: url(/Images/site-templates/transparent/whitetrans_30.png); width:450px; border-radius:3px; }
		#spamChaContainer { padding:30px; background:#fff; border-radius:3px; }
			#closeSpamChaBtn { float:right; margin:-8px -8px 0 0; background:#fff; padding:3px; border-radius:15px; cursor:pointer; }
			#spamChaText { margin-top:20px; font-size:10px; letter-spacing:.5px; color:#000; text-align:center; }
				#spamChaText span { color:#f00; font-weight:bold; font-size:16px; }
				#tryAgainSpamCha { display:none; text-align:center; }
			#spamChaHolder {  }
				#spamChaChangeBtn { float:left; width:40px; height:40px; background: url(/Images/site-templates/script-images/refresh-icon.png) no-repeat top center; cursor:pointer; }
				#spamChaValidate { float:left; width:130px; height:40px; }
				#spamChaInput { float:left; width:150px; height:38px; border:1px solid #f1f1f1; background:#f9f9f9; border-radius:5px 0 0 5px; }
					#spamChaInput input { width:150px; background:transparent; border:0px; padding:9px 10px; font-weight:bold; font-size:16px; letter-spacing:2px; color:#ccc; }
					#spamChaInput input:focus { color:#000; }
				#spamChaSubmit { float:left; background:#165500 url(/Images/site-templates/template12/menubar_gradient.png); padding:9px; font-size:20px; line-height:20px; letter-spacing:2px; border:1px solid #165500; color:#fff; cursor:pointer; border-radius:0 5px 5px 0; text-shadow:1px 1px 1px #165500; }




/* Remove Hover Effects for Mobile Devices */
@media (min-width: 800px)
{
	#closeSpamChaBtn:hover { margin:-7px -8px 0 0; opacity:.75; filter: alpha(opacity=75); }
	#spamChaChangeBtn:hover { background-position:bottom center; }
	#spamChaSubmit:hover { background-color:#227406; }
}
</pre></body></html>