a{
	color: #98d520;
	text-decoration: none;
}
a:link {
	color:#98d520;
}
a:visited {
	color: #98d520;
}
a:hover {
	color: #98d520;
}
a:active {
	color: #98d520;
}
img.border{
	border: 3px solid #fff;
	padding: 3px;
	cursor: pointer;
}
.step_title{
	font-size: 14px;
	font-weight: bold;
	width: 70%;
	padding-bottom:5px;
	border-bottom: 1px solid #e2eec0;
}
.badge_sp_list{
	height: 1%;
	margin-top: 10px;
}
.badge_sp_list:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.badge_sp_list li{
	float: left;
	text-align: center;
	width: 80px;
	height:80px;
}
.badge_sp_list li a{
	display: block;
}
#second_step{
	margin-top: 40px;
	display: none;
}
.last_step{
	margin-top: 40px;
	display: none;
}
.last_step_layout{
	width:890px;
	height: 1%;
}
.last_step_layout:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.last_step_left{
	float:left;
 	width:410px;
}
.last_step_right{
	float: right;
	padding-top:20px;
 	width:480px;
}
.show_style{
	height: 1%;
}
.show_style:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.show_style li{
	float: left;
	width:160px;
	margin-top: 20px;
	text-align:center;
}
.right_margin{
	margin-right: 170px;
}
.last_step_note{
	margin-left: 18px;
}
.last_step_tree li{
	margin: 20px 0;
	line-height: 2em;
}
.width_attr{
	border: 1px solid #e2eec0;
	padding: 2px 3px;
	width: 30px;
}
.msg_count{
	border: 1px solid #e2eec0;
	padding: 2px 3px;
	width: 30px;
}
.msg_num{
	border: 1px solid #e2eec0;
	padding: 2px 3px;
	width: 100px;
}
.preview{
	padding: 2px 3px;
	margin-left:3px;
	border: 1px solid #e2eec0;
}
.copy_code{
	overflow: hidden;
	font-size:12px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #e2eec0;
	border-bottom: 1px solid #e2eec0;
	background-color: #ECE9D8;
	width: 370px;
}
.next_margin{
	margin-left: 40px;
}
.color_list{
	height: 1%;
}
.color_list:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.color_list li{
	float: left;
	margin: 5px 0;
	margin-right: 10px;
}
.color_list li div{
	width: 15px;
	height: 15px;
}
.select_num{
	border: 1px solid #e2eec0;
}
input.button{
	color:#000000;
	padding:1px 15px 3px 15px;
	*padding:4px 6px 0 6px;
	background-color:#EBEBEC;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	border-right:1px #000 solid;
	border-bottom: 1px #000 solid;
}