input:focus, textarea:focus{
	outline: none;
}
a, a:active, a:focus{
  	-moz-outline-style: none;
	outline:none;
}
a img{
	border: 0px;
}
body{
	color: #000;
	background-color: #FFF;
	font-size: 62.5%;
}
a, body, blockquote, dl, dl li, fieldset, form, h1, h2, h3, h4, h5, h6, input, label, ol, ol li, p, ul, ul li{
	font-family: inherit;
	font-weight: normal;
	line-height: 1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
fieldset{
	border: none;
}
input, textarea{
	font-size:inherit;
}
input[type=text]:focus, input[type=password]:focus {
  outline: 0 none;
}
ol, ul{
	list-style: none;
}
strong{
	font-weight: normal;
}
.clear{
	clear:both;
	float:none;
}