body, html {
	background-color:#dbdddf;
	font:11px Arial, Helvetica, sans-serif;
	behavior: url(../javascript/csshover2.htc);
}
* {
	margin:0;
	padding:0
}
p {
	padding:5px 0;
}
a {
	outline:none;
}
.clear {
	clear:both;
}
img, div, fieldset {
	border:none;
}
input {
	color: #747372;
	background: #fff;
	border: 1px solid #948e85;
	padding:2px 0 2px 7px;
	font-size:11px;
}
.submit {
	color: #fff;
	border:none;
	font-size:10px;
	padding:2px;
	cursor:pointer;
	background-color: #245192;
}
#wrapper {
	margin:0 auto;
	position:relative;
	width:972px;
	padding-top:20px;
}
#container {
	width:972px;
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */

