body {
	background: url(images/page_wrapper_bg.png) repeat-x left top #333;
	color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	outline: none;
	margin: 0;
	padding: 0;
}

header {
	background: url(images/site_logo.png) 15px 12px no-repeat #000;
	width: 950px;
	height: 40px;
	border-bottom: solid 1px #555;
	margin: 0 auto;
	position: relative;
}

header .membership {
	display: inline-block;
	font-family: DinRegular;
	line-height: 40px;
	font-size: 20px;
	margin-left: 200px;
	color: #fff;
}

header .membership b {
	font-family: DinRegular;
	font-weight: normal;
	color: #c80000;
	padding-right: 1px;
}

header .login {
	position: absolute;
	display: inline-block;
	right: 15px;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
}

header .login a {
	color: #fff;
	text-decoration: underline;
}

header .login a:hover {
	text-decoration: underline;
}

#container {
	display: block;
	width: 950px;
	margin: 0 auto;
	background: url(images/page_bg.png) repeat-y left top;
	min-height: 800px;
}

#container .wrapper {
	background: url(images/side_bg.png) repeat-y -293px top;
}

#container.login .wrapper {
	background: none;
	padding-top: 50px;
	width: 695px;
	margin: 0 auto;
	/* background: url(images/side_bg.png) repeat-y 400px top; */
}

#container .title {
	width: 256px;
	display: inline-block;
	color: #fff;
	padding: 25px;
	text-align: right;
	position: relative;
	min-height: 750px;
}

#container.login .title {
	width: 280px;
	text-align: center;
	min-height: 0;
	padding: 5px 25px;
	border-radius: 7px;
	min-height: 247px;
	margin-right: 10px;
	background: none
}

#container h1 {
	font-family: DinMedium;
	font-size: 30px;
	font-weight: normal;
}

#container.login h1 {
	margin: 0 0 15px;
}

#container.login .title h1 {
	text-align: center;
	font-family: DinRegular;
	font-size: 15px;
	padding-bottom: 5px;
}

#container.login .mainblock h1 {
	color: #000;
}

#container .services {
	text-align: center;
}

#container a.se-account,
#container a.facebook,
#container a.twitter {
	display: inline-block;
	width: 260px;
	height: 45px;
	margin: 0 10px 10px;
	border-radius: 5px;
}

#container a.facebook {
	background: url(images/facebook_bg.jpg) no-repeat center top;
	border: solid 1px #35508b;
}

#container a.facebook:hover {
	background: url(images/facebook_bg.jpg) no-repeat center -45px;
}

#container a.twitter {
	background: url(images/twitter_bg.jpg) no-repeat center top;
	border: solid 1px #35508b;
}

#container a.twitter:hover {
	background: url(images/twitter_bg.jpg) no-repeat center -45px;
}

#container a.se-account {
	background: url(images/se_account_bg.jpg) no-repeat center top;
	border: solid 1px #000;
}

#container a.se-account:hover {
	background: url(images/se_account_bg.jpg) no-repeat center -45px;
	border: solid 1px #111;
}

#container .title h2 {
	position: absolute;
	right: 0;
	width: 235px;
	padding: 20px 26px 23px 20px;
	margin-top: 20px;
	font-family: DinLight;
	font-size: 18px;
	font-weight: normal;
	background: #181818;
	border-radius: 5px 0 0 5px;
}

#container.login .register {
	padding-top: 25px;
	background: url(images/oriz.png) repeat-x left top;
	margin-top: 20px;
	margin-right: 15px;
	font-family: DinRegular;
	font-size: 20px;
}

/* OLD
#container .title h2 {
	font-family: DinLight;
	font-size: 18px;
	font-weight: normal;
}

#container .title h3 {
	position: absolute;
	right: 0;
	width: 235px;
	padding: 20px 26px 23px 20px;
	margin-top: 20px;
	font-size: 17px;
	font-weight: normal;
	background: #181818;
	border-radius: 5px 0 0 5px;
}
*/

.mainblock {
	float: none;
	width: 610px;
	display: inline-block;
	padding: 25px 0 25px 25px;
	vertical-align: top;
}

#container.login .mainblock {
	width: 300px;
	margin: 0 auto;
	padding: 25px;
	background: #fff;
	border-radius: 7px;
}

#container.register .block {
	padding-top: 34px;
}

#container li {
	margin-bottom: 10px;
	list-style-type: none;
}

#container.register li {
	margin-bottom: 15px;
}

#container li.message {
	font-family: DinRegular;
	font-size: 18px;
	color: #fff;
	padding: 0 20px 20px 0;
	background: url(images/oriz.png) repeat-x left bottom;
	margin-bottom: 20px;
	margin-top: 10px;

}

#container li.message b {
	color: #d00;
	font-weight: normal;
}

#container input[type=text],
#container input[type=email],
#container input[type=password],
#container select {
	display: inline-block;
	background: #fff;
	padding: 5px;
	font-size: 15px;
	border-radius: 5px;
	height: 25px;
}

#container input[type=text],
#container input[type=email],
#container input[type=password] {
	width: 363px;
}

#container.register input[type=text],
#container.register input[type=email],
#container.register input[type=password],
#container.register select {
	height: auto;
}

#container.login input[type=text],
#container.login input[type=email],
#container.login input[type=password] {
	width: 288px;
	background: #e5e5e5;
	border: solid 1px #ccc;
}

#container li.filled label {
	display: none;
}

#container li.filled input[disabled] {
	background: none;
	color: #fff;
	font-size: 23px;
	height: 40px;
	padding-left: 3px;
	margin: -9px 0 -5px;
}

#container select {
	padding: 8px 5px 8px 3px;
	height: 35px;
}

#container span.error {
	display: none;
	vertical-align: top;
	padding: 10px 0 0 5px;
	font-family: DinMedium;
	color: #d00;
}

#container span.error.show {
	display: inline-block;
}

#container span.error.double {
	padding: 5px 0 0 5px;
}

#container span.error.bottom {
	color: #fff;
	float: none;
	width: 363px;
	padding: 5px 5px 0;
	text-align: justify;
	line-height: 15px;
}

#container span.error.bottom.show {
	display: block;
}

#container span.error.bottom b,
#container.login span.error.bottom {
	color: #d00;
	font-weight: normal;
}

#container span.error.bottom a {
	color: #d00;
	text-decoration: underline;
}

#container span.error.bottom a:hover {
	color: #d00;
	text-decoration: underline;
}

#container .boolean span.error {
	padding: 3px 9px 0;
	color: #d00;
	width: auto;
}

#container.login .register a,
#container input[type=submit] {
	margin: 10px 0 15px;
	padding: 4px;
	width: 130px;
	background: #751919;
	color: #fff;
	border: solid 1px #700;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}

#container.login .register a {
	display: block;
	margin: 10px 0;
	text-align: center;
	padding: 7px 0;
	font-weight: normal;
}

#container.login .register a:hover,
input[type=submit]:hover {
	background: #800;
	border: solid 1px #900;
}

#container abbr {
	color: #900;
	padding: 0 3px;
	font-size: 13px;
}


#container legend {
	color: #555;
}

#container label {
	display: block;
	padding-left: 5px;
	color: #ccc;
	margin-bottom: 5px;
	font-family: DinMedium;
}

#container.login label {
	color: #777;
}

#container fieldset {
	width: 100%;
}

#container fieldset ol,
#container fieldset ol li {
	display: inline-block;
	font-size: 0;
	margin: 0;
}

#container fieldset ol li,
#container.register fieldset ol li {
	margin: 0 3px 0 0;
}

#container fieldset ol li label {
	width: auto;
	color: #fff;
	padding: 0 5px;
}

#container .boolean {
	margin-top: 15px;
}

#container.login .boolean {
	display: inline-block;
	margin: 0;
}

#container .boolean label {
	display: inline-block;
	width: auto;
	color: #fff;
	font-family: DinMedium;
	color: #ccc;
	padding-left: 10px;
}

#container .boolean label a {
	color: #ccc;
	text-decoration: underline;
}

#container .boolean label a:hover {
	color: #a00;
}

#container .boolean input {
	margin-right: 5px;
}

#container .smallprint {
	font-family: DinMedium;
	font-size: 12px;
	color: #ccc;
	line-height: 15px;
}

#container .recovery {
	font-family: DinMedium;
	font-size: 12px;
	color: #ccc;
}

#container .recovery a {
	color: #fff;
	text-decoration: underline;
}

#container.login .recovery a {
	color: #777;
}

/* FOOTER */

#container footer {
	width: 918px;
	margin: 0 auto;
	background: #000;
	border-top: 1px solid #7C7C7D;
	padding: 14px 15px 10px;
	font-size: 10px;

}

footer .content {
	color: #737373;
	position: relative;
	vertical-align: baseline;
}

.footer-links {
	display: block;
	float: left;
	font-size: 0;
	margin-bottom: 15px;
}

.footer-links a {
	background: url("images/vline2.gif") no-repeat scroll right center transparent;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 16px;
	padding: 0 10px;
}

.footer-links.right {
	float: right;
}

.footer-links .link-first {
	background: url("images/vline2.gif") no-repeat scroll left center transparent;
	color: #FFFFFF;
	display: inline;
	font-size: 10px;
	line-height: 15px;
}

.footer-links a.feed span {
  background: url("images/rss.png") no-repeat scroll left center transparent;
  padding-left: 13px;
}

footer .footer-links.right {
  margin-top: -4px;
}

footer .flags.en_GB {
  background: url("images/flags_small.png") no-repeat scroll 0 top transparent;
}

footer .flags {
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: bottom;
  width: 20px;
}

footer .flags a {
	padding-top: 3px;
	background: none repeat scroll 0 0 transparent;
	display: block;
	overflow: hidden;
	padding-right: 25px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	text-indent: 1px;
	width: 200px;
}



#footer-logo {
	display: inline-block;
	padding-left: 160px;
	width: 400px;
}

#footer-logo {
	background: url("images/footer_logo.png") no-repeat scroll left top transparent;
	height: 30px;
}

#footer-text {
	line-height: 15px;
}

/* SELECT MODIFIERS */
#container.register .sbHolder,
#container.register .sbSelector,
#container.register .sbToggle {
	height: 30px;
	line-height: 31px;
}

#container.register .sbToggle {
	background-position: 0 -118px;
}

#container.register .sbOptions {
	line-height: 15px;
}

li.day .sbHolder,
li.day .sbSelector,
li.day .sbOptions {
	width: 80px;
}

li.month .sbHolder,
li.month .sbSelector,
li.month .sbOptions {
	width: 166px;
}

li.year {
	margin-right: 0;
}

li.year .sbHolder,
li.year .sbSelector,
li.year .sbOptions {
	width: 120px;
}

li.gender.alt .sbHolder,
li.gender.alt .sbSelector,
li.gender.alt .sbOptions {
	width: 200px;
}

li.language.alt .sbHolder,
li.language.alt .sbSelector,
li.language.alt .sbOptions {
	width: 200px;
}

input::-webkit-input-placeholder {
	color: #bbb;
}

input:-moz-placeholder {
    color: #bbb;
}

.captcha input {
	border-radius: 0 0 5px 5px;
}

.recaptcha {
	background: #fff;
	border-radius: 5px 5px 0 0;
	padding: 5px 0;
	text-align: center;
	width: 373px;
	margin-bottom: 1px;
}
