/************************ OVERLAY ***********************/
.overlay, #overlay {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}
/************************* FORM ***************************/
.formContainer {
	/*width: 100%:*/
	position: absolute;
	z-index: 100;
	display: none;
}
.windowParent {
	padding: 10px 30px 10px 30px;
	width: 280px;
	height: 220px;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.windowParent div.background {
	position: relative;
	z-index: 100;
	width: 448px;
	height: 574px;
	background: url('/images/popup_bg.png');
}
.windowParent .close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.windowParent .popupclose {
	position: absolute;
	top: 40px;
	right: 40px;
}
.windowParent .popupmore {
	position: absolute;
	bottom: 55px;
	left: 45px;
}
.windowParent .clickarea {
	width: 90px;
	height: 30px;
	position: absolute;
	bottom: 120px;
	left: 45px;
}
.windowParent p.title {
	position: absolute;
	left: 44px;
	top: 27px;
	color: #FA9900;
	font-family: Georgia,Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.windowParent p.txt{
	position: absolute;
	right: 47px;
	top: 257px;
	width: 212px;
	color: #636363;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.windowParent p.txt a {
	text-decoration: none;
	color: #404040;
}
.windowParent p.txt a:hover {
	text-decoration: underline;
}
.windowParent .nextbtn {
	position: absolute;
	bottom: 42px;
	right: 42px;
}
.windowParent p {
	margin: 30px 0 20px 0;
	font-size: 16px;
}
.windowParent table {
	width: 100%;
	margin: 0px;
}
.windowParent table td {
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0 5px 0;
}
.windowParent table input.form {
	width: 200px;
	border: 1px solid black;
	background: #FFF;
	color: #000;
	padding: 2px;
}

table.login {
	margin: 0;
}
table.login td.email, table.login td.pwd{
	width: 80px;
}
table.login td.img {
	font-weight: bold;
}
table.login input {
	width: 200px;
}
table.loginbuttons {
	margin: 5px 0 0 0;
	width: 100%;
}
table.loginbuttons td.loginbtn {
	border-bottom: 1px solid #E4E5E6;
	padding-bottom: 10px;
}
table.loginbuttons td.loginOptions, table.loginbuttons td.loginClose {
	vertical-align: bottom;
}
table.loginbuttons td.loginOptions a{
	color: #D9400D;
	font-size: 11px;
	text-decoration: none;
}
table.loginbuttons td.loginClose {
	text-align: right;
}
table.loginbuttons td.loginClose a{
	text-transform: uppercase;
	text-decoration: none;
}
table.loginbuttons td.loginbtn p {
	margin: 0;
	padding: 0;
}
table.loginbuttons td.loginbtn input {
	margin: 0;
	padding: 0;
	background: transparent url(/user/img/icon_loginbtn.gif) no-repeat bottom center;
	border: 0;
	width: 92px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	float: right;
	cursor: pointer;
}	
a.login_button_login {
	font-size: 11px;
	text-decoration: none;
}
p.login_error_msg {
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #D9400D;
	text-transform: uppercase;
}