@charset "UTF-8";
/* CSS Document */

.template {
	
}

.content {
	position: relative;
	width: 888px;
	margin: 0 auto;
	padding: 50px;
	line-height: 20px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
}

.center {
	text-align: center;
	margin: 30px 0;
	font-size: 16px;
}

.first {
	margin: 30px 0;
}

.list {
	width: 865px;
	margin-left: 24px;
}

.list li {
	margin: 10px 0;
}

.close {
	position: absolute;
    right: 60px;
	top: 60px;
	width: 45px;
	height: 45px;
	background: url(../images/create/close.png);
}