#RegWindow {
	width: 206px;
	height: 105px;
	padding: 215px 197px 82px;
	margin: -201px 0 0 -300px;
	position: fixed;
	z-index: 200;
	top: 50%;
	left: 50%;
	background: url(/images/subscribe/reg_window.png) 0 0 no-repeat;
	display: none;
}

#RegWindow b {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}

#RegForm
{
	width: 230px;
	height: 221px;
	position: absolute;
	right: 285px;
	top: 128px;
	background: none;
}


#RegWindow .REG-check,
#RegWindow .REG-email,
#RegWindow .REG-name,
#RegWindow .REG-man,
#RegWindow .REG-woman,
#RegWindow .REG-code,
#RegWindow .REG-submit,
#RegWindow .REG-auth-email,
#RegWindow .REG-auth-pass,
#RegWindow .REG-auth-submit
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	background: none;
}

#RegForm .REG-check {
	width: 12px;
	height: 12px;
	margin: 1px 0px 35px;
}

#RegForm .REG-email {
	display: block;
	width: 214px;
	height: 25px;
	margin: 0px 15px 12px;
	font: 14px/14px Arial,sans-serif;
	color: #000;
}

#RegForm .REG-name {
	display: block;
	width: 214px;
	height: 25px;
	margin: 0px 15px 8px;
	font: 14px/14px Arial,sans-serif;
	color: #000;
}


#RegForm .REG-man {
	width: 70px;
	height: 15px;
	margin: 0px 1px 10px;
}

#RegForm .REG-woman {
	width: 13px;
	height: 15px;
	margin: 0px 14px 10px;
}

#RegForm .REG-code {
	display: block;
	width: 55px;
	height: 25px;
	margin: 9px 174px 6px;
	font: 14px/14px Arial,sans-serif;
	color: #000;
}

#RegForm .REG-submit {
	display: block;
	width: 135px;
	height: 34px;
	margin: 0px 30px;
	cursor: pointer;
}

#RegForm .REG-err-email {
	width: 272px;
	position: absolute;
	right: -10px;
	top: 152px;
	font: 12px Arial,sans-serif;
	color:#8F0000;
	text-align: center;
	font-weight: bold;
	background-color: #F0CB82;
	z-index: 240;
}

#RegForm .REG-err-name {
	width: 272px;
	position: absolute;
	right: -10px;
	top: 152px;
	font: 12px Arial,sans-serif;
	color:#8F0000;
	text-align: center;
	font-weight: bold;
	z-index: 230;
	background-color: #F0CB82;
}


#RegForm .REG-err-sex {
	width: 272px;
	position: absolute;
	right: -10px;
	top: 152px;
	font: 12px Arial,sans-serif;
	color:#8F0000;
	text-align: center;
	font-weight: bold;
	z-index: 220;
	background-color: #F0CB82;
}

#RegForm .REG-err-age {
	width: 272px;
	position: absolute;
	right: -10px;
	top: 152px;
	font: 12px Arial,sans-serif;
	color:#8F0000;
	text-align: center;
	font-weight: bold;
	z-index: 210;
	background-color: #F0CB82;
}

#RegAuthForm
{
	width: 165px;
	height: 181px;
	position: absolute;
	right: 40px;
	top: 164px;
	background: none;
}

#RegAuthForm .REG-auth-email {
	display: block;
	width: 137px;
	height: 25px;
	margin: 1px 25px 12px;
	font: 14px/14px Arial,sans-serif;
	color: #000;
}

#RegAuthForm .REG-auth-pass {
	display: block;
	width: 137px;
	height: 25px;
	margin: 0px 25px 56px;
	font: 14px/14px Arial,sans-serif;
	color: #000;
}

#RegAuthForm .REG-auth-reminder {
	display: block;
	height: 14px;
	width: 104px;
	margin: 0px 13px 10px;
	cursor: pointer;
}

#RegAuthForm .REG-auth-submit {
	display: block;
	width: 135px;
	height: 34px;
	cursor: pointer;
}

#RegAuthForm .REG-auth-err-email {
	width: 200px;
	position: absolute;
	right: -2px;
	top: 87px;
	font: 12px Arial,sans-serif;
	color:#8F0000;
	text-align: center;
	font-weight: bold;
	background-color: #F0CB82;
	z-index: 220;
}

#RegAuthForm .REG-auth-err {
	width: 200px;
	position: absolute;
	right: -2px;
	top: 87px;
	font: 12px Arial,sans-serif;
	color:#8F0000;
	text-align: center;
	font-weight: bold;
	z-index: 210;
}