/*body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
/* ol, ul {
	list-style: none;
} */
caption, th {
	text-align: left;
}
/* h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
} */
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
} */
input {
	vertical-align: middle;
}
#wrapper {}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 53px;
	/*margin-top:-15px;*/
	/* background: #FF0000; */
}
#header_lang {height:22px; margin:0px; padding:0px;}
#lang {float:right; width:385px; height:100%; display:block; margin:0px; padding:0px; margin-top:-5px;}
#login {
	float: right;
	width: 385px;
	/*border: 0px solid #000;*/
	height: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#login .part{
	float:left;
	width: 127px;
	margin-right: 10px;
	color:#ffffff;
}
#login .partsub_{
    width: 120px;
    margin: 0px; padding:0px;
    position:absolute; z-index:20
    /*background: #FFFFFF;*/
}
#login .part1{
	float:left;
	width: 127px;
	margin-left: 130px;
	color:#ffffff;
	margin-top:12px;
}
div.part label{
	font-size:13px;
	/*color:#fcf1a4;*/
	font-weight:bold;
	text-indent:4px;
}
#login .part3{
    float:left;
	width: 100px;
	margin-right: 0px;
	margin-top:10px;
	/*background: #FFFFFF;*/
}
#login .part3sub{
    width: 100px;
    margin: 0px; padding:0px;
    position:absolute; z-index:20
    /*background: #FFFFFF;*/
}

div.part4{
	width: 88px; height:22px;
	background:url('/img/button01.png') 0 0 no-repeat;
}
div.part4 button{
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	height:21px;
	font-weight:bold;
	vertical-align:top;
	cursor: pointer;
	font-family:Arial;
}
div.part5{
	width:88px;	height:22px;
	background:url('/img/button02.png') 0 0 no-repeat;
}
div.part5 input{
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	height:21px;
	font-weight:bold;
	vertical-align:top;
	cursor: pointer;
	font-family:Arial;
	padding:0px;
}
div.part6{
	width: 88px;
	height:22px;
	background:url('/img/button01.png') 0 0 no-repeat;
	text-align:center;
}
div.part6 input{
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	height:21px;
	font-weight:bold;
	text-align:center;
	font-family:Arial;
}
div.part7{
    width:122px; height:20px;
    margin-top:7px; margin-left:4px;
    text-align:left; position:absolute; z-index:20
}

 div.part7 div.login_bnt{width:20px; height:20px; float:left; margin:0px 5px 0px 0px; padding:0px; border:none; cursor:pointer}
 
 div.part7 div.btn_fb{background:url('/img/btn_fb.png') 0 0 no-repeat}
  div.part7 div.btn_fb a.fb_button{width:20px; height:20px; margin:0px; padding:0px; border:0px; background:none}
  div.part7 div.btn_fb a.fb_button_medium{margin:0px; padding:0px; border:0px; background:none}
  div.part7 div.btn_fb span.fb_button_text{margin:0px; padding:0px; border:0px; background:none}
 
div.part8{
    width:88px; height:22px; padding-top:2px;
    background:url('/img/button02.png') 0 0 no-repeat;
    text-align:center;
}
div.part8 a{
    background:none repeat scroll 0 0 transparent;
    display:block; border:0px;
    font-weight:bold;
    text-align:center;
    vertical-align:top;
    cursor:pointer;
    font-family:Arial;
    color:#391E05;
    text-decoration:none;
    padding:0px
}


div.login_form{
	width:127px;
	height:22px;
	margin-top:7px;
	border:0px;
}
div.login_form input{
	border:none;
	background: url('/img/input.gif') 0 0 no-repeat;
	line-height:normal;
	color:#391e05;
	font-weight:bold;
	padding:2px 7px 2px 7px;
	font-family:Arial;
}
div.checkbox{
	margin-top:0px;
	text-indent:4px;
}
div.checkbox input{
	width:11px;
	height:11px;
}
.button {
	width: 88px;
	height:22px;
	color:#391e05;
}
#reg_left{     
	/*float: left;
	width: 60%;*/
}

/******************************/
.status{
	float:right;
	display: none;
	width: 16px;
	height: 16px;
}
.status_loader {
	background: url('/images/ajax-loader.gif') scroll 0 0 no-repeat;
}
.status_success{
	background: url('/images/success.png') scroll 0 0 no-repeat;
}
.status_error{
	background: url('/images/error.png') scroll 0 0 no-repeat;
}
.status_none {
	background:none;
}
.error_msg{
	clear:both;
	float: none;
	font-size:10px;
	font-weight: normal;
	margin-left: 5px;
	color: red;
	display: block;
}
.border-red {
	border: 1px red solid;
}
/******************************/

#reg_left p{
	clear: both;
	margin-top:20px;
}
#reg_left p label{
	display:block;
	float:left;
	font-weight:bold;
	line-height:1em;
	margin:0 10px 0 5px;
	text-align:left;
	width:115px;
}
#reg_left p input{
	width: 200px;
}
#reg_left p input[type='checkbox']{
	margin: 3px;
	width: 13px;
	/*float: left;*/
}
#reg_left p span.note{
	color: #FF0000; 
	margin-left:5px; 
	font-weight:bold;
}
#reg_features{
	float: right;
	width: 35%;
}

#reg_features li {
	margin-bottom: 15px;
	display: block;
	background: url('/images/feature.png') 0 10% scroll no-repeat;
	padding-left: 17px;
}
#reg_features h3{
	font-size:110%;
	font-weight:bold;
	margin-bottom: 10px;
}
.ui-widget-overlay {
    background: black;
    filter: alpha(opacity=70);
    opacity: .7;
    position: fixed; /* <---------- */
    top: 0;          /* <---------- */
    left: 0;         /* <---------- */
} 

.play_btn {
	width:80px;
	height:60px;
	font-size: 30px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	border-color: #EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	padding: 10px 25px 15px 30px;
	background-color:#F5F5F5 !important;
	text-transform:uppercase;
	
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 50px;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -50px auto 0;
	min-width: 1000px;
	height: 50px;
	background: #FFFFFF;
}

.dropdown, .dropdown dd, .dropdown dt, .dropdown ul, .dropdown dd ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#391e05; text-decoration:none; outline:none;}
.dropdown a:hover { color:#ff0000;}
.dropdown dt {background: url(arrow.png) no-repeat scroll left center; overflow:visible; z-index:10; position:relative;}
.dropdown dt a:hover { color:#ff0000; border: 0px solid transparent;}
.dropdown dt a {display:block; padding-right:0px; border:0px solid #d4ca9a; width:127px; color:#391e05;}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul { background:#e8e8e8 none repeat scroll 0 0; border:1px solid #b5842f; color:#C5C0B0; display:none; left:0px; padding:5px 0px; padding-top:0px; padding-bottom:0px; position:absolute; top:0px; width:127px; min-width:127px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block; font-weight:bold; color:#391e05;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}
.dropdown img.flag { border:none; vertical-align:middle; margin-right:10px; margin-left:5px;}