@CHARSET "UTF-8";

/*
 * 								CLASSIFIED & UTILS
 */

 
 .legend {
 	font-size		:	90%;
 }

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

.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;
}

.form-error {
	color			:	#e41d15;
	font-weight		:	bold;
}

input.form-error {
	color			:	inherit;
	border			:	1px #ba0101 solid !important;
}