@charset "utf-8";
/* CSS Document */
html, body, address, blockquote, dl, form, h1, h2, h3, h4, h5, h6, ol, pre, table, tbody, th, tr, td,
dd, dt, ul, li, thead, del, map, object, a, abbr, acronym, b, big, br, cite, code, em, i, img, q, small, strong, sub, sup, tt, var, legend, fieldset, input, textarea, select, button, label {
	margin: 0px; padding: 0px; border:0px;
}
img, fieldset {	border: 0;}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
* {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, span, p, br { 
    display: block; margin: 0;	padding: 0; 
}
/* GENERAL STYLING */
html{font-size:14px;}
body {font-size:100%;}
textarea{resize:vertical}