@charset "gb2312";
body {
	background-color: #2a2a2a;
}
.ctrl-check-download {
	width: 400px;
	height: 340px;
	margin: auto;
	border-radius: 10px;
	background-color: #fff;
}
.ctrl-check-download-title li  {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #2a2a2a;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid #B2C4C9;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}
.ctrl-check-download-project {
	width: 100%;
	height: 180px;
	padding: 15px;
}
.ctrl-check-download-project .title {
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #B2C4C9;
	line-height: 39px;
	color: #2a2a2a;
	font-size: 16px;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	background-color: #F1F1F1;
}
.ctrl-check-download-project .content {
	width: 100%;
	height: 111px;
	padding: 15px;
	background-color: #F1F1F1;
	border-radius: 0px 0px 5px 5px;
}
.ctrl-check-download-project .content .img {
	display: block;
	float: left;
	width: 81px;
	height: 81px;
	border: 2px solid #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl-check-download-project .content .text {
	display: block;
	margin-left: 90px;
	height: 81px;
	line-height: 27px;
	color: #2a2a2a;
	font-size: 16px;
}
.ctrl-check-download-input {
	width: 100%;
	height: 40px;
	padding: 0px 15px;
}
.ctrl-check-download-input input {
	width: 100%;
	height: 40px;
	padding: 10px;
	border: 1px solid #B2C4C9;
	border-radius: 5px;
}
.ctrl-download-btn {
	width: 100%;
	height: 70px;
	padding: 15px;
}
.ctrl-download-btn input {
	display: block;
	float: left;
	width: 48%;
	height: 40px;
	background-color: #ff8800;
	border-radius: 5px;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.ctrl-download-btn li {
	display: block;
	float: right;
	width: 48%;
	height: 40px;
	background-color: #ff8800;
	border-radius: 5px;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}