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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


label.standard{
	float:left; 
	width:150px; 
	font-weight:bold;
}

label.long{
	float:left; 
	width:250px; 
	font-weight:bold;
}


/* CSS Basics */
.b{
	font-weight:bold;
}

.i{
	font-style:italic;	
}

.u{
	text-decoration:underline;
}

.bi{
	font-weight:bold;
	font-style:italic;
}

.bu{
	font-weight:bold;
	text-decoration:underline;
}

.big{
	font-weight:bold;
	font-size:120%;
}

.c{
	clear:both;
	line-height:0px;
	height:0px;
}

.cr{
	clear:right;
}

.cl{
	clear:left;
}

.c5{
	clear:both;
	line-height:5px;
	height:5px;
}

.c10{
	clear:both;
	line-height:10px;
	height:10px;
}

.c15{
	clear:both;
	line-height:15px;
	height:15px;
}

.c20{
	clear:both;
	line-height:20px;
	height:20px;
}
