/* General HTML elements */
body {
    font: 12px  Arial;
	background: #ffffff;
	margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
dl,
dl dt,
dl dd,
blockquote {
	margin: 0;
	padding: 0;
}
ul,
ul li {
	list-style: none;
}
img {
	border: none;
}
a {
	outline: none;
}
a:link,
a:visited {
	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: 1.2em Verdana, Arial, Tahoma,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;	
}
.ClearItem {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.RadioStyle {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
.BtnStyle {
					border: 1px solid #7bb1cb;
					background: url(../images/bg-btn.gif) left top repeat-x #c6e9fc;
					font-weight: bolder;
					color: #0086c4;
					margin-right: 4px;
					font-size:12px;
	height: 20px;
}
