 /*   Global Elements   */
html {
	height: 100%;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	}
h1 {
	font-size: 2.0em;
	margin: 10px 0 7px 20px;
	}	
h2 {
	font-size: 1.5em;
	margin: 10px 0 20px 0;
	}	
h3 {	
	font-size: 1.3em;
	font-weight: bold;
	margin: 7px 0;
	}
h4 {
	font-weight: bold;
	}
img {
	border: 0;
	}
xa {
	outline: none;
	}
p {
	margin: 10px 0;
	}
ul, ol {
	padding: 20px 0 20px 40px;
	}
input {
	margin: 2px 0 5px 0;
	padding: 3px 0;
	}
.simpleList {
	list-style: none;
	}
.floatLeft {
	float: left;
	}
.floatLeftPad {
	float: left;
	margin: 20px 0 0 15px;
	}
.floatRight {
	float:right;
	}
.floatClear {
	clear: both;
	}
.floatClearRight {
	clear: right;
	}
.border {
	border: 1px solid #fff;
	padding: 20px;
	}
.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 */
.labels {
	float: left;
	margin: 20px 10px 20px 20px;
	text-align: right;
	}
.labels label {
	margin: 3px 0 9px 0;
	display: block;
	padding: 3px;
	}
.inputs {
	float: left;
	margin: 20px 0;
	}
.inputs input, .inputs select {
	margin: 5px 0;
	display: block;
	padding: 2px;
	width: 250px;
	}
.inputs select {
	width: 258px;
	}

.inputs input.button {
	display: inline;
	width: 80px;
	margin: 5px 5px 5px 0;
	}
.redFont {
	color: #f00;
	}
