* {padding:0; margin:0; position:relative; outline: none; list-style: none; outline:none;}

BODY, HTML {
	padding: 0;
	margin:0;
	background:#090606 url(styles/resource/css/login/images/background.png) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	height:100%;
	}
	center { height:100%;}
	
	img { border: none; background-color:transparent;}
	
	/* CSS Psuedo-classes have to come one after the other in order to work: */
	a {color:rgba(117, 199, 240, 0.80);text-shadow:0 0 5px rgba(0,0,0,.4), 1px 1px 1px rgba(0,0,0,.25); text-decoration: none;}
	a:hover {color:rgba(117, 199, 240, 0.95);}
	
	/* FORM */
	form .row {width:490px; height:34px; margin: 0 0 12px 0;}
	form .textarea-row { height:auto;}
	
	.row-fix { width:550px !important;}
	
	form .row label {
	height:26px;
	padding: 10px 0 0 18px;
	display:block;
	float:left;
	font-family: 'Ebrima';
	font-weight: normal;
	font-size:14px;
	color:rgba(117,199,240,0.50);
	text-shadow:0 0 5px rgba(0,0,0,.15), 1px 0px 1px rgba(0,0,0,.25);
	}
		
	input[type="text"], input[type="password"] {
	font-family: 'Ebrima';
	font-size:14px;
	text-shadow:0 0 5px rgba(0,0,0,.15), 1px 0px 1px rgba(0,0,0,.25);
	color:rgb(19, 81, 123);
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:290px; height:32px;
	padding:0 10px 2px 10px;
	background:rgba(0,0,0,.20);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.25), inset 0 0 10px rgba(0,0,0,.10), 1px 1px 0 rgba(54,45,40,.25);
	transition: all 300ms;-moz-transition: all 300ms;-webkit-transition: all 300ms;-o-transition: all 300ms;
	}
	
	*::-webkit-input-placeholder {
	  color: rgb(21, 101, 155);
	}
	*:-moz-placeholder {
	  color: rgb(21, 101, 155);
	}
	*:-ms-input-placeholder { /* IE10+ */
	  color: rgb(21, 101, 155);
	}
	
	form .row input[type="text"], form .row input[type="password"], textarea, .customfile {float:right;}
	
	input[type="text"]:focus, input[type="password"]:focus {
	color: rgb(21, 101, 155);
	background:rgba(0,0,0,.30);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.25), inset 0 0 6px rgba(61, 171, 255, 0.04), 1px 1px 0 rgba(40, 49, 54, 0.25)
	}
	
	input[type="text"].whrong, input[type="password"].whrong {
		box-shadow:inset 0 0 3px rgba(0,0,0,.2), inset 0 1px 1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.02), 0 0 6px rgba(255,0,0,.2);
		}
		input[type="text"].whrong:focus, input[type="password"].whrong:focus {
		box-shadow:inset 0 0 3px rgba(0,0,0,.2), inset 0 1px 1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.02), 0 0 9px rgba(255,0,0,.25), inset 0 0 4px rgba(255,255,255,.05);
		}
	
	input[type="text"].success, input[type="password"].success {
		box-shadow:inset 0 0 3px rgba(0,0,0,.2), inset 0 1px 1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.02), 0 0 6px rgba(0,255,0,.15);
		}
		input[type="text"].success:focus, input[type="password"].success:focus {
		box-shadow:inset 0 0 3px rgba(0,0,0,.2), inset 0 1px 1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.02), 0 0 9px rgba(0,255,0,.2), inset 0 0 4px rgba(255,255,255,.05);
		}
	
	textarea {
		resize: none !important;
		font-family: 'Ebrima';
		font-size:14px;
		text-shadow:0 0 5px rgba(0,0,0,.15), 1px 0px 1px rgba(0,0,0,.25);
		color:#40342e;
		border:none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		width:auto; height:auto;
		padding:10px;
		background:rgba(0,0,0,.20);
		box-shadow: inset 1px 1px 2px rgba(0,0,0,.25), inset 0 0 6px rgba(61, 171, 255, 0.04), 1px 1px 0 rgba(40, 49, 54, 0.25)
		transition: all 300ms;-moz-transition: all 300ms;-webkit-transition: all 300ms;-o-transition: all 300ms;
		}
		textarea:focus {
		box-shadow:inset 0 0 3px rgba(0,0,0,.2), inset 0 1px 1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.04), 0 0 7px rgba(255,255,102,.05), inset 0 0 4px rgba(255,255,255,.05);
		}
			
	.row textarea {width:290px;}
	
	input[type="submit"], .simple_button {
	width:auto; height:36px;
	border:none;
	cursor:pointer;
	line-height:0;
	text-transform:capitalize;
	padding:0 21px 2px 21px;
	vertical-align:top;
	margin:2px 0 0 0;
	background: url(styles/resource/css/login/images/misc/submit_gradient.jpg) repeat-x;
	font-family: 'Ebrima';
	font-size:13px;
	color:rgba(117, 199, 240, 0.57);
	text-transform:uppercase;
	font-weight: normal;
	border-radius:3px;
	text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);
	box-shadow: inset 0 2px 0 rgba(65, 111, 128, 0.5), inset 0 0 8px rgba(0, 15, 255, 0.1), 0 0 7px rgba(0,0,0,.35), 0 1px 2px rgba(0,0,0,.4);
	transition: all 500ms;-moz-transition: all 500ms;-webkit-transition: all 500ms;-o-transition: all 500ms;
	}
	input[type="submit"]:hover, .simple_button:hover {
	color:rgba(117, 199, 240, 1);
	background: url(styles/resource/css/login/images/misc/submit_gradient_hover.jpg) repeat-x;
	text-shadow: 0 0 3px rgba(255,203,103,.25), 0 1px 2px rgba(0,0,0,.55);
	}
	
	input[type="submit"].simple, .simple_button {
	height:34px;
	color: #886f52;
	background: rgba(31,23,20,.93);
	box-shadow: inset 0 2px 0 rgba(66,56,47,.25), 0 0 7px rgba(0,0,0,.35), 0 1px 2px rgba(0,0,0,.4);
	text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);
	margin: 0 0 0 11px;
	}
	input[type="submit"].simple:hover, .simple_button:hover {
	color: #c6aa89;
	background: #271f1a;
	text-shadow: 0 0 6px rgba(175,150,121,.25), 0 1px 2px rgba(0,0,0,.55);
	}
	
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	 
	.clearfix {
		display: inline-block;
	}
	 
	html[xmlns] .clearfix {
		display: block;
	}
	 
	* html .clearfix {
		height: 1%;
	}
	
	/* HUMAN TEST */
	.human-test {
		width:490px;
		background: rgba(255,255,255,.03);
		border-radius:4px;
		box-shadow:inset 0 0 0 1px rgba(255,255,255,.015), 0 0 5px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.025);
		text-align:left;
		margin:30px 0 30px 0;
		padding:0 0 10px 0;
		text-shadow:0 0 4px rgba(0,0,0,.5);
		overflow: hidden;
		}

		.human-test h3 {
			padding:7px 0 0 11px;
			font-family: 'Ropa Sans', sans-serif;
			text-transform: uppercase;
			letter-spacing:1px;
			color:#000;
			text-shadow:1px 1px 0 rgba(255,255,255,.04);
			z-index:2;
			}
		.human-test a#newq {
			display:block;
			position:absolute;
			top:8px; right:10px;
			font-weight:bold;
			font-size:11px;
			z-index:2;
			}
		.human-test #question-hodlder {
			margin:8px 10px 0 10px;
			padding:10px;
			background:rgba(0,0,0,.2);
			border-radius:4px;
			z-index:2;
			}
			.human-test #question-hodlder input {width:430px; background:rgba(0,0,0,.5);}
			.human-test #question-hodlder input:focus {
				box-shadow:inset 0 0 5px #000, 0 0 5px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.08);
				background:rgba(0,0,0,.3);
				color:#b07e39;
				box-shadow:inset 0 0 0 1px #b07e39, inset 0 0 0 1px rgba(255,255,255,.015), 0 0 5px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.025), 0 0 30px rgba(0,0,0,.5);
				}
		
		/* Captcha */
		.human-test #captcha-question {
			display: block;
			width:100%;
			padding:0 0 8px 1px;
			color: #938677;
			font-weight:bold;
			}
		
	/* SHIT FIX */
	/*for FireFox*/
    input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {border : 0px;} 
	/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus {outline : none; }
	
	form .seperator {
		width:75%; height:1px; left:3px;
		margin: 18px auto;
		background:rgba(0,0,0,.3);
		box-shadow:0 0 1px rgba(255,255,255,.05), 2px 0 3px rgba(0,0,0,.20);
		clear:both;
		}
	
	/* sprites */
	.membership-bar .search input[type='submit'],
	.title_latest_news,
	.realmst_head .online, 
	.realmst_head .offline, 
	.realmst_head .more_rinfo, 
	#footer .left-side a.dmca,
	#footer td a.dmca,
	.logged_in_bar .acc-menu li a span, .logged_in_bar .acc-menu li a p, 
	.logged_in_bar .avatar span,
	.logged_in_bar .info .coints span#gold_c div, 
	.logged_in_bar .info .coints span#silver_c div,
	.logged_in_bar .info .messages a span.icon,
	.g-coin, .s-coin,
	.store-complete .items-list li p.success-i em,
	.store-complete .items-list li p.fail-i em,
	li.login-home a span, li.login-home a p, li.register-home a span, li.register-home a p,
	.new-design-left-part p.icon, .new-design-count-cont p.arrow,
	.logged_in_bar .info .won-a-charcater-ico a span#icon, .logged_in_bar .info .won-a-charcater-ico a p#icon, .recruit-link a, 
	.tele-back-btn a, #TpTooltip .tp-tooltip-inner #arrow, .vote-now-ico a span#icon, .vote-now-ico a p#icon,
	.logged_in_bar_bg 
	{background-image:url(styles/resource/css/login/images/misc/lang/misc_main_<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang="de" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]>    <html lang="de" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]>    <html lang="de" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]>    <html lang="de" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="de" class="no-js"> <!--<![endif]-->
<head>
	<title>World Of Wars | Space Age - WARNING</title>
	<meta name="generator" content="2Moons 1.8.git">
	<!-- 
		This website is powered by 2Moons 1.8.git
		2Moons is a free Space Browsergame initially created by Jan Kröpke and licensed under GNU/GPL.
		2Moons is copyright 2009-2013 of Jan Kröpke. Extensions are copyright of their respective owners.
		Information and contribution at http://2moons.cc/
	-->
	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
	<link rel="stylesheet" type="text/css" href="./styles/resource/css/base/boilerplate.css?v=1.8.git">
	<link rel="stylesheet" type="text/css" href="./styles/resource/css/ingame/main.css?v=1.8.git">
	<link rel="stylesheet" type="text/css" href="./styles/resource/css/base/jquery.css?v=1.8.git">
	<link rel="stylesheet" type="text/css" href="./styles/theme/gow/formate.css?v=1.8.git">
	<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
	<script type="text/javascript">
	var ServerTimezoneOffset = -3600;
	var serverTime 	= new Date(2012, 2, 12, 14, 43, 36);
	var startTime	= serverTime.getTime();
	var localTime 	= serverTime;
	var localTS 	= startTime;
	var Gamename	= document.title;
	var Ready		= "Fertig";
	var Skin		= "./styles/theme/gow/";
	var Lang		= "de";
	var head_info	= "Information";
	var auth		= 3;
	var days 		= ["So","Mo","Di","Mi","Do","Fr","Sa"] 
	var months 		= ["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"] ;
	var tdformat	= "[M] [D] [d] [H]:[i]:[s]";
	var queryString	= "";

	setInterval(function() {
		serverTime.setSeconds(serverTime.getSeconds()+1);
	}, 1000);
	</script>
	<script type="text/javascript" src="./scripts/base/jquery.js?v=2123"></script>
	<script type="text/javascript" src="./scripts/base/jquery.ui.js?v=2123"></script>
	<script type="text/javascript" src="./scripts/base/jquery.cookie.js?v=2123"></script>
	<script type="text/javascript" src="./scripts/base/jquery.fancybox.js?v=2123"></script>
	<script type="text/javascript" src="./scripts/base/jquery.validationEngine.js?v=2123"></script>
	<script type="text/javascript" src="./scripts/base/tooltip.js?v=2123"></script>
	<script type="text/javascript" src="./scripts/game/base.js?v=2123"></script>
</head>
<body id="overview" class="full">
<table width="960">
	<tr>
		<th>WARNING</th>
	</tr>
	<tr>
		<td class="left">
			<b>Message: </b>Undefined variable $cookieLang<br>
			<b>File: </b>/style.php<br>
			<b>Line: </b>273<br>
			<b>URL: </b>https://worldofwars.com.tr/style.php<br>
			<b>PHP-Version: </b>8.4.20<br>
			<b>PHP-API: </b>litespeed<br>
			<b>MySQL-Client-Version: </b>mysqlnd 8.4.20<br>
			<b>2Moons Version: </b>1.8.git<br>
			<b>Debug Backtrace:</b><br>#0 /style.php(273): errorHandler()<br>
#1 {main}
		</td>
	</tr>
</table>
</body>
</html>