#FollowBrand-registration input[type=checkbox] {
	display:block;
	position:fixed;
	top:-10px;
}

.tab-radio {
	display:block;
	position:fixed;
	top:-10px;
}

#FollowBrand-registration input[type=checkbox]:checked + label:after {
	display:none;
}
#FollowBrand-registration input[type=checkbox]:checked + label:before{
	content:url('/public/images/UI/checked.png');
}

#FollowBrand-registration h3 .icon-FollowBrand{
	display:none;
}
#FollowBrand-registration h3:before{
	content:url('/public/images/UI/checked.png');
	margin-top:20px;
}
.btn-FollowBrand .icon-FollowBrand{
	display:none;
}
.follow_brand_button{
	background:url('/public/images/UI/checked.png') left center no-repeat;
	padding-left:30px;
}
#alert ul li .icon-FollowBrand{
	display:none;
}
#alert ul li .arart-txt{
	background:url('/public/images/UI/checked.png') left center no-repeat;
	padding-left:30px;
}
.FollowBrand-List .FollowBrand-List-right-btn a:after{
	content: ">";
	border: none;
	color: #720069;
	font-weight:bold;
}
#FollowBrand-registration .right-btn A:after{
	content: ">";
	border: none;
	color: #720069;
	font-weight:bold;
	top: 40%;
}