/* General HTML elements */
body {
    font: 62.5% Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form, 
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a:link,
a:visited {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
fieldset legend {
	display: none;
}
input,
select,
textarea {
    font: 100% Arial, Verdana, Helvetica, sans-serif;
}
/* for modern browser */
input[type="image"],
input[type="submit"] {
	outline: none;
}
.Wrapper {
	overflow: visible;
	height: 1%;
}
html>body .Wrapper {
	overflow: hidden;
	height: auto;
}
.ClearItems {
	clear: both;
	float: none !important;
	display: block; /* Mac */
}
/* For Windows */
* html .ClearItems {
	display: inline;
}
