.switchBtn {
	margin-top: 20px;
	padding:20px 0 10px;
	width: 100%;
	text-align: center;
	clear: both;
	border-top: #FFF dashed 1px;
}

.switchBtn a {
	margin: 0 10px;
	padding: 5px 30px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border: #FFF solid 1px;
	color:#FFF;
}

.switchBtn a.btnAcv {
	background: #FFF;
	color:#ED2295;
}
