@CHARSET "UTF-8";

/*
 * 								CLASSIFIED & UTILS
 */

 
 .legend {
 	font-size		:	90%;
 }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display:inline-block;
}

.clr {
	clear			:	both;
}

.blk {
	display			:	block;
}

.lft {
	float			:	left;
}

.rgt {
	float			:	right;
}

.none {
	display			:	none;
}

.important {
	color			:	#ba0101;
}

.alert {
	font-weight		:	bold;
	padding			:	5px;
	width			:	50%;
	color			:	#FFF;
	background		:	#C00;
}