* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }

table {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
}
html>body table { width: auto; }	/* Reset 100% for opera */

html>body label input { vertical-align: text-bottom; }

*:first-child+html label input { vertical-align: middle; }

/********* clearfix ***********/	
.clearfix:after, .table .row:after, .formRow:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .table .row, .formRow {display: inline-block;}

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