@charset "utf-8";
/* CSS Document */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.white_content {
display: none;
position:fixed;
top: 20%;
left: 38%;
width: 400px;
height: 400px;
border: 1px solid #090;
background-color: white;
z-index:1002;
overflow: auto;
}
/*弹出成样式*/
.warp_right  .divtc{ margin-left:20px; margin-top:40px;}
.warp_right  .divtc .form2 { margin-top:20px;}
.warp_right  .divtc .form2 .but{ width:100px; height:30px; background:#34b780; font-size:14px; color:#FFF; cursor:pointer;margin-left:80px;}
.warp_right  .divtc .form2 .but2{ width:100px; height:30px; background:#a4a4a4; font-size:14px; color:#FFF; cursor:pointer; margin-left:10px;}
.warp_right  .divtc .tex{ width:250px; height:30px; border:1px solid #d8d8d8; line-height:30px; margin-bottom:10px; margin-top:10px;color:#666; outline:none;}

.info .text2{ border:1px solid #d8d8d8;color:#666; }
.info{ margin-left:79px; margin-top:5px;}

.info .text2{ outline:none}

