.addesc img
	{
	max-width:100%
	}
.addkillcont
	{
	position: fixed;
	width: 100%;
	height: 2000px;
	z-index: 999999;
	top: 0px;
	background: #CCC;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#00000000);
	background-color: rgba(103, 99, 99, 0.59);
	}
.addesc
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	border: 1px solid #CCC;
	webkit-box-shadow: 0 0 20px rgba(27,22,22,0.3);
	-moz-box-shadow: 0 0 20px rgba(27,22,22,0.3);
	-o-box-shadow: 0 0 20px rgba(27,22,22,0.3);
	box-shadow: 0 0 20px rgba(27,22,22,0.3);
	padding: 10px;margin-top: 10px;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	}
img
	{
	margin:0 auto;display:block
	}