* {
	margin: 0;
	padding: 0;
	}
body{
	background:url('bg.jpg') 50% 0 #FFF no-repeat !important;
	margin:0px;
	padding:0px;
}
.ads-effect4{
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px #999 inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px #999 inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px #999 inset;
} 
.pre-content{
	display:block;
}
.final-answer{
	display:none;
	min-height:610px;
	width:700px;
	margin:auto;
	margin-bottom:50px;
}
.post-content{
	display:none;
	min-height:610px;
	width:700px;
	margin:auto;
	margin-bottom:50px;
}
.ads-effect4:before, .ads-effect4:after{
	content: "";
	position: absolute;
	z-index: 0;
	-webkit-box-shadow: 0 0 20px #DDD;
	-moz-box-shadow: 0 0 20px #DDD;
	box-shadow: 0 0 20px #DDD;
	top: 0%;
	bottom: 0;
	left: 0px;
	right: 0px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
} 
#warp{
	width:960px;
	margin:0 auto;
	background:#FFF;
	min-height:895px;
}
.header{
	text-align:center;
	text-shadow:2px 2px #EEE;
	margin-top:30px;
	margin-bottom:30px;
}
.load-img{
	text-align:center;
	width:500px;
	height:500px;
	margin:0 auto;
	background:#DCDCDC;
}
#status{
	margin:auto;
	text-align:center;
	border:1px dashed #C90;
	padding:10px;
	margin-bottom:10px;
	width:210px;
	font-size:14px;
	display:none;
}
.load-img img{
	width:400px;
	height:300px;
	/*border-radius: 8px;*/
	z-index: 8;
	/*box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);*/
	display: block;
	position: absolute;
	margin-left: 50px;
	margin-top: 50px;
}
.pre-img{
	text-align:center;
	width:500px;
	height:500px;
	margin:0 auto;
}
.pre-img img{
	width:500px;
	height:500px;
	/*border-radius: 8px;*/
	z-index: 8;
	/*box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);*/
	display: block;
	position: absolute;
}
.button-start{
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	color: #999;
	text-shadow:2px 2px #EEE;
	height:65px;
	display:none;
}
.button-share{
	display:none;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	color: #999;
	text-shadow:2px 2px #EEE;
	height:65px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.button-share img:hover{
	padding-bottom: 10px;
	border-bottom:2px dashed #617BAB;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.button-like{
	display:block;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
	font-size: 32px;
	font-weight: bold;
	color: #999;
	text-shadow:2px 2px #EEE;
	height:80px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	padding-top: 20px;
	margin-bottom:20px;
}
.button-like img{
	border-left:10px solid #FFF;
	border-right:10px solid #FFF;
}
.button-like img:hover{
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
}
.button-like img:active{
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
}
.share-show{
	text-align:center;
	width: 785px;
	margin: auto;
	height: 175px;
	background:#F5F5F5;
	display:none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px #EEE;
	-webkit-box-shadow: 2px 2px #EEE;
	-moz-box-shadow: 2px 2px #EEE;
	margin-top: -20px;
	margin-bottom: 30px;
}
.share-show .feed:hover{
	background:#F5F5F5;
}
.share-show .feed img:hover{
	background:#F5F5F5;
	box-shadow: 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px #AAA;
	-moz-box-shadow: 2px 2px #AAA;
}