html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
 center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

q {
	quotes: none;
}

q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:inherit;
	text-decoration:none;	
}
img{
	border:0;
}
textarea{
	resize:none;
}
a:hover, a:active, a:focus{
	outline: none;
}
*:hover, *:active, *:focus{
	outline: none;
	ie-dummy: expression(this.hideFocus=true);	
}
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;
}
input, textarea{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
     -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
	display:none;
}


input,
textarea{
	border:0;
	padding:0;
	margin:0;
	font-family:inherit;
}
input[type="submit"]{
	cursor:pointer;
}