body, h2, h3, form { margin: 0; padding: 0; bottom: 0;}
img { border: none; }
.floatr { float: right; } .floatl { float: left; }
.center { text-align: center; } .left { text-align: left; } .right { text-align: right; }
.noborder { border: none !important; }
.clr { display: block; clear: both; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


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

form {
	display: inline;
}

input:focus, textarea:focus {
	border: 1px solid #ee1f62;
}
body {
	text-align: center;
	font: 11px/19px verdana, sans-serif;
	color: #333;
}

input, select, textarea {
	font: 11px/16px verdana, sans-serif;
	color: #333;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left
}


#content {
	width: 600px;
	margin: 0 auto;
	height: auto !important;
	height: 579px;
	clear: both;
	top: 10px;
	position: relative;	
}

