*{
	margin:0;
	padding:0;
}
body{
	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size:14px;
	background:#f4f4f4 ;
	color:#333;
	text-shadow:1px 1px 1px #fff;
	overflow-y:scroll;

}
h1{
	font-size:56px;
}
h2{
	font-size:20px;
	padding:0px 0px 40px 0px;
	color:#aaa;
}
h2 span{
	color:#ffa800;
}
a{
	color:#777;
}
a:hover{
	color:#222;
}
p{
	padding:5px 0px;
}
.wrapper{
	width:960px;
	margin:20px auto;
	min-height:550px;

}
.box{
	width:49%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
a.back{
	color:#777;
	position:fixed;
	top:5px;
	right:10px;
	text-decoration:none;
}
/* à¨á?àÈàËá? á?àÎá?àÌá? */
.form_wrapper{
	background:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	width:350px;
	font-size:16px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;
}
.form_wrapper h3{
	padding:20px 30px 20px 30px;
	background-color:#1974d1;
	color:#fff;
	font-size:25px;
	background:#cccccc;

}
.form_wrapper form{
	display:none;
	background:#fff;
}
.form_wrapper .column{
	width:47%;
	float:left;
        padding-bottom:25px;
}
form.active{
	display:block;
}
form.login{
	width:350px;
}
form.register{
	width:450px;
}
form.forgot_password{
	width:350px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;
}
form.forgot_password_set{
	box-shadow: 1px 1px 7px #CCCCCC;
	width:350px;
}
.form_wrapper a{
	text-decoration:none;
	color:#777;
	font-size:12px;
}
.form_wrapper a:hover{
	color:#000;
}
.form_wrapper label{
	display:block;
	padding:10px 30px 0px 30px;
	margin:10px 0px 0px 0px;
}
.form_wrapper input[type="text"],
.form_wrapper input[type="password"]{
	border: solid 1px #E5E5E5;
	background: #FFFFFF;
	margin: 5px 30px 0px 30px;
	padding: 9px;
	display:block;
	font-size:16px;
	width:76%;
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		-moz-linear-gradient(
			top,
			#FFFFFF,
			#EEEEEE 1px,
			#FFFFFF 25px
			);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
}
.form_wrapper input[type="text"]:focus,
.form_wrapper input[type="password"]:focus{
	background:#feffef;
}
.form_wrapper .bottom{
	background-color:#1974d1;

	margin-top:20px;
	clear:both;
	color:#fff;
	text-shadow:1px 1px 1px #000;
    background: #cccccc;		

}
.form_wrapper .bottom a{
	display:block;
	clear:both;
	padding:10px 30px;
	text-align:right;
	color:#ffffff;
	text-shadow:1px 1px 1px #000;
	
}

#sb{
	
color:#ffffff;
text-shadow:0px 0px 1px #000;
background: #b4ddb4;
background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(83%,#005700), color-stop(100%,#002400));
background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
background: -o-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
background: -ms-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
background: linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 );

}

#sb:hover{

background: #bce0bc;
background: -moz-linear-gradient(top,  #bce0bc 0%, #8ecc8e 17%, #62b862 33%, #00ac00 67%, #007e00 83%, #004e00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bce0bc), color-stop(17%,#8ecc8e), color-stop(33%,#62b862), color-stop(67%,#00ac00), color-stop(83%,#007e00), color-stop(100%,#004e00));
background: -webkit-linear-gradient(top,  #bce0bc 0%,#8ecc8e 17%,#62b862 33%,#00ac00 67%,#007e00 83%,#004e00 100%);
background: -o-linear-gradient(top,  #bce0bc 0%,#8ecc8e 17%,#62b862 33%,#00ac00 67%,#007e00 83%,#004e00 100%);
background: -ms-linear-gradient(top,  #bce0bc 0%,#8ecc8e 17%,#62b862 33%,#00ac00 67%,#007e00 83%,#004e00 100%);
background: linear-gradient(top,  #bce0bc 0%,#8ecc8e 17%,#62b862 33%,#00ac00 67%,#007e00 83%,#004e00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce0bc', endColorstr='#004e00',GradientType=0 );


}	

.form_wrapper a.forgot{
	float:right;
	font-style:italic;
	line-height:24px;
	color:#ffa800;
	text-shadow:1px 1px 1px #fff;
}
.form_wrapper a.forgot:hover{
	color:#000;
}
.form_wrapper div.remember{
	float:left;
	width:240px;
	margin:20px 0px 20px 30px;
	font-size:11px;
}
.form_wrapper div.remember input{
	float:left;
	margin:2px 5px 0px 0px;
}
.form_wrapper span.error{
	visibility:hidden;
	color:red;
	font-size:11px;
	font-style:italic;
	display:block;
	margin:4px 30px;
}
.form_wrapper input[type="submit"] {
	background: #e3e3e3;
	border: 0px solid #ccc;
	color: #333;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	width: 150px;
	cursor:pointer;
	float:right;
	margin:15px 20px 10px 10px;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 0px #fff inset;
	-webkit-box-shadow: 0px 0px 0px #fff inset;
	box-shadow: 0px 0px 0px #fff inset;
}
.form_wrapper input[type="submit"]:hover {
	background: #d9d9d9;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #222;
}

.logo {
    width:100px;
	height:24px;
	padding: 0px;
	border: 0px solid #666666;
	background-image: url();
	background-repeat: no-repeat;
	float:right;

}


.top {
	background-color: #0000FF;
	font-size: 14px;
	font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.form {
        width:100px;
	height:24px;
	padding: 0px;
	border: 1px solid #666666;
	background-image: url();
	background-repeat: no-repeat;

}
.pic{
	background-image: url(images/fsd/key.png);
	width: 60px;
	background-repeat: no-repeat;
	padding: 5px;
	background-position: center center;
}
.text{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.texterror{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-style: normal;
        padding:15px;
}
.messages{
	font-size: 12px;
        padding:0px;
        color:red;
	font-weight: bold;
}

.register label{
	width:540px;
}
.register input[type="text"],
.register input[type="password"]{
	width:100%;
}
.register .column{
	width:370px;
}
.register input[type="password"],#vp{
	width:250px;
	float:left;
	margin: 5px 5px 0px 30px;
}
#viewpasswd{
	margin-left:300px;
	font-size:12px;
	color:blue;
	cursor:pointer;
	margin-top:15px; 
}	
#vp{
	display:none;
}

#text_messages{
	text-align:center;
	margin-bottom:10px;
	
}

.box{
	border-bottom: 1px solid silver;
	padding-bottom:15px;
	margin-bottom:20px;
	width:100%;
	position:relative;	
		
}	
.losung{
	font-size:8pt;
	
	text-align:center;
	
		
}
.support{
	font-size:12pt;
	text-align:right;
	margin-top:-25px;
	
}	
.klog_reg{
	margin-top:60px;
	padding-top:15px;
	font-size:8pt;
	margin-left:15px;
	border-top: 1px solid silver;
	
}
.reg{
	
}
#promokod{
	width:100px;
	float:left;
}	
#promokodinfo{
	font-size:11px;
	color:red;
}
#verify_promo{
	display:none;
	font-size:8pt;
	color:blue;
	cursor:pointer;
	text-decoration:underline;
}
#promo1{
	margin-left:30px;
	padding-top:10px;
	font-size:10pt;
	color:gray;
	text-decoration:underline;
	clear:left;
	cursor:pointer;
	height:55px;
}
#promo2{
	display:none;
}
	
	
.areg{
	text-align:center;
	margin-top:100px;
	}