/* ------------------------------------------------------------------------ 		
			
	 RESET

	 ------------------------------------------------------------------------		*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 62.5%;
}

html,
body,
label {
	margin: 0;
	padding: 0;
}
ul,
ol {
	margin: 0 0 0 30px;
	padding-left: 25px;
}
ul {
	list-style: disc;
}

code,
pre,
samp {
	white-space: pre-wrap;
	font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
}
code { line-height: 1em; }
table { margin-bottom: 21px; }
.m-reset { margin: 0 !important; }
.p-reset { padding: 0 !important; }

li ul,
li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

textarea, table, td, th, code, pre, samp, div, p {
	word-wrap: keep-all;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label {
	font-size: 1em; /* equiv 14px */
}

/* links */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* paragraphs */
p {
	margin: 0;
	padding: 5px 0 10px 0;
	line-height: 1.4;
}
p a { color: #333333; }

/* pictures */
img {
	vertical-align: middle;
}
a img { border: 0; }

sup {
	vertical-align: super;
	font-size: 9px;
}




/* ------------------------------------------------------------------------ 		
			
	 FORM RESET

	 ------------------------------------------------------------------------		*/
input[type=submit] {
}
option {
	padding: 0 10px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Corrects excess space around these inputs in IE8/9 */
	*width: 13px; *height: 13px; /* Corrects excess space around these inputs in IE7 */
}
input[type="search"] { -webkit-appearance: textfield; }


