/*
	Reset CSS - Resets default browser CSS
	Author: KienNT [kienwd@gmail.com]
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

table{border-collapse:collapse;border-spacing:0;}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}


a, a:hover, a img, img {text-decoration:none; border: none; outline-style:none}
input{border:none; background:none}

