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

div#popup
{
	display: none;
	position: fixed;
	top: 1px;
	left: 1px;
	text-align:center;
	width:	524px;
	height:	383px;
	border: 0px solid #fff;
	display: none;
	z-index: 99999;
	background: url("/images/translate_form.png") no-repeat scroll 0 -242px transparent;
}

div#popup_overlay
{
	position:			absolute;
	left:				0;
	top:				0;
	z-index:			9000;
	background-color:	#040202;
	opacity:			0.7;
	width:				0px;
	height:				0px;
	display:			none;
}

.closePP {
	cursor: pointer;
	color: blue;
}

.closePP:HOVER {
	text-decoration: underline;
}


#errorMessage, #message{
	color:red;
}

 #message{
	width:446px;
	text-align:right; 
 }

#errorMessage{
	float:right;
	left:-30px;
	top:31px;
	position:relative;
}

.pop_footer{
	width:500px;
	margin:0 auto;
	text-align:left;
	position:absolute;
	bottom:18px;
	padding:0 11px;
	color:#999;
}

.footer_facebook{	
	width:227px;
	text-align:center;
	margin:0 auto;
	background:url("/images/translate_form.png") no-repeat scroll -541px -403px transparent;
	position:absolute;
	bottom:-5px;
	left:310px;
	height:68px;
}

#uContent .final_trans{
	font-size:22px;
	color:#666;
	width:460px;
	margin:10px auto 0;
	overflow:auto;
	height:250px;
	text-align:left;
}

.text, .email{
	border:1px solid #b3b3b3;
	-moz-box-shadow: 0px 0px 10px #ccc;
  	-webkit-box-shadow: 0px 0px 10px #ccc;
  	box-shadow: 0px 0px 10px #ccc;

}

.form_alert_name{
	width:242px;
	height:42px;	
	background:url("/images/form_alerts.png") no-repeat scroll -4px -2px transparent;
	position:absolute;
	top:89px;
	left:110px;
	color:#cc3333;
	text-align:left;
	/*visibility:visible;*/
	display: none;
}

.form_alert_email{
	width:242px;
	height:42px;	
	background:url("/images/form_alerts.png") no-repeat scroll -4px -2px transparent;
	position:absolute;
	top:136px;
	left:110px;
	color:#cc3333;
	text-align:left;
	/*visibility:hidden;*/
	display: none;
}

.form_alert_terms{
	width:242px;
	height:42px;	
	background:url("/images/form_alerts.png") no-repeat scroll -4px -57px transparent;
	position:absolute;
	top:177px;
	left:261px;
	color:#cc3333;
	text-align:left;
	/*visibility:hidden;*/
	display: none;
}

#form_email_loading{
	position:absolute;
	top:184px;
	right:44px;
	display: none;
}

.form_alert_padding{
	padding:9px 0 0 12px;
}</pre></body></html>