.clearb{
	clear: both;
}

.fleft{
	float: left;
}

.acenter{
	text-align: center;
}

.aleft{
	text-align: left;
}

.aright{
	text-align: right;
}

.diblock{
	display: inline-block;
}

.dnone{
	display: none;
}

.wp30{
	width: 30%;
}

.wp33{
	width: 33.3%;
}

.wp40{
	width: 40%;
}

.wp50{
	width: 50%;
}

.wp60{
	width: 60%;
}
.wp70{
	width: 70%;
}

.vtop{
	vertical-align: top;
}

.vmid{
	vertical-align: middle;
}

.noborder{
	border: none !important;
}