.eighteen {
	font-size:12px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color:#333;
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:999999;
	background: #4D0101;
	opacity:0.99;
	overflow-x:auto;
}
.eighteen .window{
	width: 600px;
	height:400px;
	background:#fff;
	margin:0px auto;
	margin-top:30px;
	border-radius:3px;
	border:1px solid #B4B4B4;
	box-shadow: 5px 5px 5px #333;           
}
.eighteen .window .inter {
	border:5px solid #C9006A;
	display:block;
	height:100%;
	padding:10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
}
.eighteen .window .image{
	width:100%;
	height:150px;	
	border:1px solid #333;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}
.eighteen .window .image img{width:100%;height:auto;}
.eighteen .window .info_content{
	width:100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	height:155px;
	border:1px solid #F80000;
	margin-top:10px;
	padding:10px;
	font-size:14px;
	font-weight:700;
	text-align:center;
}
.eighteen .window .accept{
	width:100%;
	text-align:center;
	line-height:60px;
}
.eighteen .window  a.nott{
	text-decoration:none;
	border-radius:10px;
	border:1px solid #958A8A;
	color:#fff;
	font-weight:700;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	margin-right:10px;
	background-color:#B9B7B8;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #B9B7B8),color-stop(100%, #333131));background-image:-webkit-linear-gradient(top, #B9B7B8,#333131);background-image:-moz-linear-gradient(top, #B9B7B8,#333131);background-image:-ms-linear-gradient(top, #B9B7B8,#333131);background-image:-o-linear-gradient(top, #B9B7B8,#333131);background-image:linear-gradient(top, #B9B7B8,#333131);
}
.eighteen .window  a.nott:hover{
	background-color:#D5D4D4;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #D5D4D4),color-stop(100%, #333131));background-image:-webkit-linear-gradient(top, #D5D4D4,#333131);background-image:-moz-linear-gradient(top, #D5D4D4,#333131);background-image:-ms-linear-gradient(top, #D5D4D4,#333131);background-image:-o-linear-gradient(top, #D5D4D4,#333131);background-image:linear-gradient(top, #D5D4D4,#333131);
}
.eighteen .window  a.click_accept{
	text-decoration:none;
	border-radius:10px;
	border:1px solid #BF3C3C;
	color:#fff;
	font-weight:700;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	margin-left:10px;
	background-color:#FF2644;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF2644),color-stop(100%, #770A0A));background-image:-webkit-linear-gradient(top, #FF2644,#770A0A);background-image:-moz-linear-gradient(top, #FF2644,#770A0A);background-image:-ms-linear-gradient(top, #FF2644,#770A0A);background-image:-o-linear-gradient(top, #FF2644,#770A0A);background-image:linear-gradient(top, #FF2644,#770A0A);
}
.eighteen .window  a.click_accept:hover{
	background-color:#FF6E97;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF6E97),color-stop(100%, #770A0A));background-image:-webkit-linear-gradient(top, #FF6E97,#770A0A);background-image:-moz-linear-gradient(top, #FF6E97,#770A0A);background-image:-ms-linear-gradient(top, #FF6E97,#770A0A);background-image:-o-linear-gradient(top, #FF6E97,#770A0A);background-image:linear-gradient(top, #FF6E97,#770A0A);
}
@media only screen and (max-width: 625px){
.eighteen .window {width:100%;margin-top:0px;height:auto;}	
.eighteen .window .image{height:auto;width:100%;}	
.eighteen .window .info_content {height:auto;}
}