button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
object, a:focus {
  outline : none;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td, caption, th {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
li {
	list-style: none;
}
fieldset, img {
	border: 0;
}
sup, sub {
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* ***** end browsers reset ***** */