@CHARSET "ISO-8859-1";
.black_overlay{
			display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.4;
			opacity:.40;
			filter: alpha(opacity=40);
		}
		.white_content {
			display: none;
			position: fixed;
			top: 25%;
			left: 25%;
			width: 700px;
			height: 50%;
			padding: 16px;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
		#top{
			width: 100%;
			height:270px;
		}
		#bottom{
			width: 100%;
		}
		#lTop{
			border:0px solid green;
			float: left;
			margin-left:-17px;
			margin-top:-17px; 
		}
		#lBot{
			border:1px solid red;
			float: right;
			margin:0px;
		}
		#rTop{
			border:1px solid blue;
			float: left;
			margin:0px;
		}
		#rBot{
			border:1px solid #000;
			float: right;
			margin:0px;
		}
.pro_title{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	height:40px;
	width:400px;
	margin-top:-10px;
	margin-bottom:15px;
	background-image:url(../images/popuo_bg.png);
	background-repeat: no-repeat;
	 	
}
.success{
	width:350px;
	font-size:14px;
	color:#599B02;
	padding:6px;
	background-color:#BDFF66;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #599E00;
}
.about{
	/*border-bottom: thin dashed #cccccc;*/
	clear:both;
}
.formbg_new_pop{
	width:350px;
	height:46px;
	background-image: url(../images/text_bg.png);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 3px;
	clear: both;
}
.newleft{
	width:400px;
	margin:5px 0px 5px 5px;
	display:block;
	border: 0px solid #000;
}
.newleft1{
	width:580px;
	margin:5px 0px 5px 5px;
	display:block;
	border: 0px solid #000;
}
.inbord1{
	border: thin solid #fff;
	height: 90px;
}
.inbord{
	border: thin solid #fff;
	height: 17px;
}
.formbg_add_pop{
	width:350px;
	height:108px;
	background-image: url(../images/add_bg.png);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 3px;
	clear: both;
}