body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #767676;
	font-size: 12px;
	font-weight: normal;
	background-color: #fff;
	background: url(/public/img/ugame-bg-new.gif) 0 0;
	background-color: #191919;
}

#container {
	position: relative;
	margin: auto;
	margin-top: 75px;
	width: 760px;
	background-color: #f7f7f7;
	border: 1px solid #d5d5d5;
	border-top: 0;
}

.ugame #container {
	width: 960px;
	margin-top: 100px;
	border: none;
	background: #fff url(/public/img/content-border.gif) repeat-y 0 0;
}
.ugame-show {display: none;}

.ugame .ugame-show {
	display: block;
	width: 960px;
	height: 20px;
	background: transparent url(/public/img/navigation-bg.gif) repeat-x 0 0;
}

	.tl-corner,.tr-corner {
		position: absolute;
		top: 0;
		height: 16px;
		width: 15px;
		background: transparent url(/public/img/navigation-sides.gif) no-repeat;
	}
	.tl-corner {left: 0;background-position: 0 0;}
	.tr-corner {right: 0;background-position: -15px 0;}
	


.form-container {width: 760px;}
.ugame .form-container {width: 100%;}
	
legend {
	color: #5C5C5C;
	font-weight: bold;
	text-transform: capitalize;
}	

.validation {
	position: absolute;
	top: 20px;
	right: 0;
	width: 24px;
	padding-top: 24px;
}

.ie6 .validation {right: 10px;}

.validation.ok {background: url(/public/img/register/register-ok.gif) no-repeat 0 0;}
.validation.error {background: url(/public/img/register/register-error.gif) no-repeat 0 0;}
.validation.warning {width: 26px;background: url(/public/img/register/register-warning.gif) no-repeat 0 0;}
.validation.none {background: none;}

.bl-corner,.br-corner {
	position: absolute;
	bottom: -1px;
	width: 8px;
	height: 8px;
	z-index: 2;
	background: url(/public/img/register/register-corner-sprite.gif) no-repeat;
}
.ugame .bl-corner,.ugame .br-corner {
	width: 15px;
	height: 20px;
	bottom: 0;
	background: transparent url(/public/img/content-bottom-sides.gif) no-repeat;
}

.bl-corner {left: -1px;background-position: 0 0;}
.br-corner {right: -1px;background-position: -8px 0;}
.ugame .bl-corner {left: 0;background-position: 0 0;}
.ugame .br-corner {right: 0;background-position: -15px 0;}
		
	fieldset {
		position: relative;
		border: 1px solid #d5d5d5;
		padding: 10px 10px 5px;
		margin-bottom: 15px;
		background-color: #fff;
	}
			
		.ie6 fieldset legend {
			position: absolute;
			top: -5px;
			left: 5px;
		}
		
		.ie7 fieldset {
			padding: 0 10px 5px;
		}
		
	.sides {
		position: relative;
		width: 357px;
		margin-top: 10px;
	}
	.ugame .sides {
		width: 453px;
		margin-top: 0;
	}

	.register-left {
		float: left;
		margin-left: 15px;
	}
	.ugame .register-left {margin-left: 22px;}
	
	.ie6 .register-left {width: 41%;}
	
		.register-left .form-item {
			padding-bottom: 4px; 
		}
	
	.register-right {
		float: right;
		margin-right: 15px;
	}
	.ugame .register-right {margin-right: 22px;}
	
		.terms textarea {
			padding: 3px 0 0 3px;
			border: 1px solid #d5d5d5;
		}
		
		.opera .terms textarea {width: 334px;}

	.register-logo {
		display: block;
		top: -65px;
		left: -1px;
		width: 100%;
		height: 65px;
	}
	.ugame .register-logo {
		top: -100px;
		left: 0;
		height: 90px;
	}
	
		.register-logo img {
			height: 65px;
			width: 762px;
		}
		.ugame .register-logo img {
			height: 90px;
			width: 960px;
		}
		
	.error span {font-weight: bold; color: #C40000;}
	
	.verification {
		border: 1px solid #d5d5d5;
		margin-bottom: 8px;
	}
	.ugame .verification {
		width: 326px;
		margin-left: 15px;
	}
	
		.ie6 .verification {margin-top: 10px;}
		
	.ugame .new-code,
	.fnatic .new-code,
	.tehwire .new-code {
		display: block;
		margin-bottom: 5px;
		text-decoration: none;
	}
	.ugame .new-code {color: #365E8F;}
	.ugame .new-code:hover {text-decoration: underline;}
	.fnatic .new-code {color: #ff8b04;}
	.fnatic .new-code:hover {text-decoration: underline;}
	.tehwire .new-code {color: #4CA8DA;}
	.tehwire .new-code:hover {text-decoration: underline;}
		
	.hint-msg {font-size: 11px;}
		.hint-msg p {display: inline;}
	
	.ugame .hint-msg span,
	.fnatic .hint-msg span{font-weight: bold;}
	.ugame .hint-msg span {color: #365E8F;}
	.fnatic .hint-msg span {color: #ff8b04;}
	
	.error-msg {font-size: 11px;}
		.error-msg span {font-weight: bold; color: #ff0000;}
			.error-msg p {display: inline;}
	
	.terms .form-item {
		padding-top: 0 !important;
	}
	
		.terms .form-item .form-fields {
			position: relative;
			margin-top: 10px;
			padding-left: 20px;
		}
			
			#gender {margin-right: 0px;}
			
			html>body #gender {margin-right: 8px;}
		
				.terms input.accept {
					position: absolute;
					top: 2px;
					left: -20px;
					width: 12px;
				}
				
				html>body .terms input.accept {left:0;}		
		
	.form-item.rows {padding-right: 35px;}
		
	html>body .form-item.rows {padding-right: 55px;}
		
	.form-item.rows.two-items {padding-right: 25px;}
	
		.ie6 #month {width: 73px;}
	
	html>body .form-item.rows.two-items {padding-right: 45px;}
		
		.form-item.rows.birthday select { margin-right: 0px;}
		
	.input-medium {width: 46% !important;}	
	html>body .input-medium {width: 46% !important;}
	 	
	.label-input2 {margin-left: 128px;}	
	html>body .label-input2 {margin-left: 138px;}	
	
	.label-select2 {margin-left: 74px;}	
	html>body .label-select2 {margin-left: 81px;}

	.ugame .submit-button,
	.fnatic .submit-button,
	.tehwire .submit-button {
		height: 25px;
		width: 85px;
		border: 0;
		cursor:pointer;
	}
	.ugame .submit-button {background: url(/public/img/register/ugame-submit-btn.gif) no-repeat 0 0;}
	.fnatic .submit-button {background: url(/public/img/register/fnatic-submit-btn.gif) no-repeat 0 0;}
	.tehwire .submit-button {background: url(/public/img/register/tehwire-submit-btn.gif) no-repeat 0 0;}

	#register-submit {margin-bottom: 10px;}
	#country, #timezone {width: 245px;}
	html>body #country, #timezone {width: 273px;}
	
	.terms-validation {
		position: absolute;
		bottom: 48px;
		right: 10px;
	}
	
		#field-terms textarea {width: 305px;}
		.ie6 #field-terms textarea {width: 288px;}
		
.footer {
	position: relative;
	height: 38px;
	background-color: #f9f9f9;
	border-top: 1px solid #dcdcdc;
}
.ugame .footer {
	height: 20px;
	border-top: none;
	background: #fff url(/public/img/content-bottom-bg.gif) repeat-x 0 0;
}

	.ugame .ugame-hide {display: none;}

	.footer-text {
		position: absolute;
		left: 72px;
		top: 12px;
		color: #000;
		font-size: 9px;
		font-weight: bold;
	}
	
		.ugame-network {
			margin: 15px 10px 0 15px;
			width: 52px;
			background: url(/public/img/register/ugame-network.gif) no-repeat 0 0;
			padding-top: 13px;
		}
		
		.footer-brand {
			position: absolute;
			top: 15px;
			right: 15px;
		}
		
#register-successful h1 {padding: 10px;}

/* FORGOTTEN PASSWORD */
#forgotten-password {margin: 0 20px;}

	#forgotten-password .password-header,
	#register-successful h2 {
		margin-left: 15px;
		color: #365E8F;
		font-size: 150%;
	}
	#register-successful h2 {margin-top: 0;}
	
	#register-successful p,
	#forgotten-password .password-text {
		color: #888;
		margin: 5px 0 10px 15px;
	}
	#forgotten-password .email-password {width: 250px;}
	#forgotten-password #register-submit {margin-left: 15px;}
	

/* RESEND ACTIVATION */
#activation-resend {margin: 0 20px;}

	#activation-resend .resend-header,
	#resend-successful h2 {
		margin-left: 15px;
		color: #365E8F;
		font-size: 150%;
	}
	#resend-successful h2 {margin-top: 0;}
	
	#resend-successful p,
	#activation-resend .resend-text {
		color: #888;
		margin: 5px 0 10px 15px;
	}
	#activation-resend .email-password {width: 250px;}
	#activation-resend #resend-submit {margin-left: 15px;}
	
	#activation-resend .form-item input.email-resend {width: 250px;}
	
	#hover-link:hover {color: #83a5ce;border-bottom: none;}

