.right {
	float:right !important;
}

.left {
	float:left !important;
}

.inline {
	display:inline !important;	
}

input[type="hidden"] { display:none; clear:none; }
input[type="checkbox"] { display:inline; clear:none; }

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

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