.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float_none {
	float: none;
}

.border_white {
	border: 1px solid #FFF;
}