/* @override http://timhettler.com/reset.css */

/* CSS Reset
The following styles reset browser defaults, providing a consistant experience across platforms. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, button, textarea {
	/*background:transparent;*/
	font-family: inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	text-decoration:inherit;
}
fieldset,a img,iframe{
	border:0;
}
input{
    font-size: inherit;
	margin:0;
	vertical-align:middle;
}
input[type="hidden"]{
	display:none;
}
dl,ol,ul{
	position:relative;
	z-index:0;
}
table{
	border-collapse:separate;
	border-spacing:0;
	empty-cells:show;
}
q{
	font-style:italic;
}
q:before,q:after{
	content:'';
}
blockquote, q {
	quotes: "" "";
}