#popup-wrapper{ width:98%; position:absolute; top:150px;}

#layer1{
	position: relative;
/*	left:358px; 
	top:200px; */
	width:601px;
	height:334px;
	background-color:#f0f5FF;
	/*border: 1px solid #000;*/
	z-index: 99;
	background:url(/images/sign_bg.png) no-repeat;
	margin:0 auto;
}
#layer1_handle{
	background-color:#5588bb;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
	vertical-align:middle;
}
#layer1_content{
	margin-left:1px;
	padding:15px;
	text-align:justify;
	width:320px;
	height:220px;
	
}
#form{
	position:absolute;
	background:none;
	width:290px;
	height:250px;
	float:right;
	left: 91px;
	top: 190px;
	z-index:3;
	color:#666;
	
}
#close{
	position:absolute;
	left:568px;
	top:32px;
	width:35px;
	height:35px;
	border:none;
	z-index:10;
	background:url(/images/close.png) no-repeat top center;
}
#title{
	position:absolute;
	left:-15px;
	top:-20px;
	text-decoration:none;
	color:#FFFFFF;
	width:272px;
	height:67px;
	background:url(/images/signup.png) no-repeat top left;
	padding:10;
	text-align: left;
}
#layer1_bottom{
	height:auto;
	float:right;
	padding:5px 15px;
}
#layer1_bottom .read{
	padding:8px 5px;
	margin:8px 5px;
	background:url(/images/bg-button.png) repeat-x;
	color:#fff;
	font-weight:bold;
}
/*--form--*/
#Form2{
	width:290px;
	padding:25px 15px 15px 15px;
	height:250px;
	color:#999;
}

label.form{
	float:left;
	width:200px;
	padding:5px 0px;
	font-family:"Tahoma", Geneva, sans-serif;
	font-size:14px;
	color:#999;
	
}
input.form{
	width:219px;
	float:left;
	padding:4px 5px;
	border:none;
	color:#666;
	background:url(/images/input.jpg) no-repeat top left;
}

input.btn{
	margin-top:0px;
	margin-right:5px;
	float:right;
	height:45px;
	width:54px;
	background:url(/images/sign_btn.jpg) no-repeat left top;
	border:none;
	color:#FFF;
	line-height: 15px;
}
