/*活动报名样式*/
.reg_nav{
	background:#6A6A6A;
	width:100%;
	height:60px;
}
.reg_h3{
	text-align:center;
}
.reg_des{
	padding:12px;
	line-height:2em;
}
#myform{
	margin-left:31%;
	line-height:2em;
}
.my_radio{
	float:left;
	width:18px;
	margin:-3px 0 0 !important;
	border-radius: 0px !important;
    box-shadow: inset 0 0px 0px #F8F7F5 !important;
}
.my_clear{
	clear:both;
}
@media (min-width:768px) and (max-width:992px){
	.reg_nav{
	background:#6A6A6A;
	width:100%;
	height:40px;
	}
	.reg_h3{
		text-align:center;
	}
	.reg_des{
		padding:12px;
	}
	#myform{
		margin-left:1%;
		margin-right:1%;
	}
}
@media (max-width:768px) {
	.reg_nav{
	background:#6A6A6A;
	width:100%;
	height:40px;
	}
	.reg_h3{
		font-weight:bold;
		font-size:18px;
		margin-left:1%;
	}
	.reg_des{
		margin-left:1%;
	}
	#myform{
		margin-left:1%;
		margin-right:1%;
	}
}