@charset "UTF-8";
/*reset*/
html, body, div, span,
h1, h2, h3,  p, 
a, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: small;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Georgia, sans-serif;
	color: #B8BB99;
}
.inblock{
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.clear{
	clear: both;
}
body{
	background: url(img/bg.jpg) #232230 top center no-repeat;
}
#wrap{
	width: 960px;
	margin: auto;
}
#login{
	float: right;
	width: 480px;
	margin-top: 10px;
	text-align: center;
}
#login p{
	font-size: 12px;
	font-weight: bold;
	color: #e1415b;
	margin-top: 3px;
}
#logo{
	float: right;
	width: 480px;
	margin-top: 40px;
}
#logo p{
	text-align: center;
	color: #fff;
	font-size: 25px;
}
#logo p em{
	color: #e1415b;
	font-size: 25px;
	margin-top: 10px;
	font-style: normal;
}
#formbg{
	margin-top: 40px;
	float: right;
	background-color: #e1415b;
	border-radius: 25px 0 25px 0;
	box-shadow: 0px 7px 0px #232230;
	padding: 15px;
}
#fieldset-ezformstep1 .full label{
	font-weight: bold;
}
#ez-register-form .errors{
	color: #D5DCB2 !important;
	font-weight: bold;
}
.cgu-label .required a{
	color: #002aff !important;
}
#password-element span {
	color: #D5DCB2 !important;
	font-weight: bold;
}
#tools{
	float: right;
	margin-top: 40px;
	background: url(img/tools.png) no-repeat;
	width: 481px;
	height: 130px;
    margin-bottom: 20px;
}
#tools ul{
	margin-top: 70px;
	color: #AF415B;
}
#tools li {
	list-style-type: none;
	margin: 3px;
	text-align: center;
	width: 151px;
	color: #E1415B;
	font-weight: bold;
}
#bg2{
	background: url(img/x.png) repeat;
}
#wrap2{
	width: 960px;
	margin: auto;
	padding: 30px 0;
}
#button{
	background-color: #b8bbac;
	border-radius: 5px;
	border: 1px solid #b8bbac;
	padding: 10px;
	float: right;
}
#button p{
	color: #222130;
	text-shadow:1px 1px 1px #222130;
	text-align: center;
	font-size: 14px;
}
#title{
	margin-bottom: 30px ;
}
#title h1{
	color: #fff;
	font-size: 25px;
	margin: 10px 0;
	line-height: 5px;
}
#title h1 em{
	color: #e1415b;
	font-size: 25px;
	margin-top: 10px;
	font-style: normal;
}
#title img{
	float: left;
	margin: -12px 10px 0 0;
}
#content{
	background-color: #2e2d3a;
	width:550px;
	height: auto;
	padding: 20px;
	margin:30px 25px 0 0;
}
#content h1{
	font-size: 26px;
	color: #e1415b;
	font-weight: bold;
	margin-bottom: 20px;
}
#content p{
	font-size: 18px;
	color: #b8bbac;
}
#ad{
	margin-top: 30px;
	width:300px;
	height: 360px;
	background-color: #161429;
	border: 20px solid #2e2d3a;
	border-radius: 20px;
}
#footer {
    margin: auto;
    width: 960px;
}
#footer1 {
    margin: 70px auto auto;
    width: 960px;
}
#legal p{
	color: #b8bbac;
	padding:15px;
}
