body,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
form,
ul,
ul li,
ol,
ol li,
dl,
dl dt,
dl dd {
	margin:0;
	padding:0;
}
ul,
ul li,
ol,
ol li {
	
}
img {
	border: none;
}
input,
select,
textarea {
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;
}
/*label input {
	vertical-align:middle;
}*/

.ClearItems:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.ClearItems {
	clear: both;
	display: inline; /* Mac */
}
/* For Windows */
* html .ClearItems,
* html .ClearItems * {
	height: auto;
}
.ClearItems {
	display: block;
}
div.ClearSpace {
	clear:both;
}