#window {
	position: relative;
	width: 504px;
	height: 318px;
	text-align: left;
	background-image: url(../images/sign-up-now/bg/window.png);
}

#window img {
	border: none;
}

#window .logo {
	float: left;
	margin: 0;
	width: 233px;
}

#window .logo img {
	padding: 0 0 0 8px;
}

#window .header {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	width: 266px;
}

#window .header h1 {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	color: #fff;
}

#window .header h2 {
	margin: 0;
	padding: 0 0 6px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #d8298c;
}

#window .header p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	line-height: 21px;
}

#window .header p.close {
	margin: 0 -5px 0 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
}

#window .header p.close a {
	color: #fff;
	text-decoration: none;
}

#window .form {
	clear: both;
	padding: 2px 14px 0;
}

#window .form p {
	margin: 0;
	padding: 0 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	line-height: 21px;
}

#window .form h1 {
	margin: 0;
	padding: 6px 0 6px 0;
}

#window .form .formInput {
	float: left;
	padding: 1px 5px;
	width: 272px;
	height: 19px;
	color: #4d4d4d;
	border: none;
}

#window .form .formButton {
	float: left;
	margin: 0 0 0 4px;
	padding: 1px 5px;
	height: 21px;
	color: #010000;
	background-color: #e1047a;
	border: none;
}

#window .footer {
	position: absolute;
	bottom: 7px;
	left: 3px;
	width: 497px;
	height: 38px;
	text-indent: -9999px;
	background-image: url(../images/sign-up-now/bg/footer.jpg);
}

#backgroundPopup {  
	display: none;  
	position: fixed;  
	_position: absolute; /* hack for internet explorer 6*/  
	height: 100%;  
	width: 100%;  
	top: 0;  
	left: 0;  
	background: #000;  
	border: 1px solid #cecece;  
	z-index: 1;  
}

#window {  
	display: none;  
	position: fixed;  
	_position: absolute; /* hack for internet explorer 6*/  
	height: 318px;  
	width: 504px;  
	border: 2px solid #cecece;  
	z-index: 2;  
	padding: 0;
}
