/* General HTML elements */
body {
    font: 62.5% Arial, Tahoma,Helvetica, sans-serif;
    margin:0;
    padding:0;
	color: #3e3e3e;
}

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:link,
a:visited {
    text-decoration: none;
    outline: none;
	color: #656565;
}
a:hover {
    text-decoration: underline;
}
input,
select,
textarea {
    font: 62.5% Arial, Tahoma,Helvetica, sans-serif;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    display: none;
}
/* for modern browser */
input[type="image"],
input[type="submit"] {
    outline: none;
}
/* End of: For Windows */
/* input[checkbox] & input[radio] */
input {
 vertical-align: baseline;
 xmargin: -1px -2px;
}
/* Firefox */
html>/**/body input {
 vertical-align: text-bottom;
 margin: 0px;
}
.Wrapper {
    overflow: visible;
    height: 1%;
}
html>body .Wrapper {
    overflow: hidden;
    height: auto;    
}
.ClearItem {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/*
html>body .popupBody
{
	background-color: #333333;
	opacity:0.7;
	filter: alpha(opacity = 70);
	margin:0px;
	padding:0px;
}*/

.noneTemplate
{
	padding: 5px;
	font-weight: bold;
}
