/* Reset CSS */
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, hr, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
a:link, a:visited, a:active, a:hover {
	border: none;
	outline: none;
}

input[type="button"] {
	-webkit-appearance: none;
}
td, th, td img {
	vertical-align: top;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
.clickable, input[type=button], input[type=submit], button {
	cursor: pointer;
	outline: none;
}
button, input, select, textarea {
	margin: 0;
}

/* make buttons play nice in IE */
button {
	width: auto;
	overflow: visible;
}
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img, object, embed {
	max-width: 100%;
}
html, body {
	min-height: 100%;
}
html {
	overflow-y: scroll;
}
pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
b, strong {
	font-weight: bold;
}
select, input, textarea {
	font: 99% sans-serif;
	font-family: inherit;
	vertical-align:middle; 
	-webkit-border-radius: 0; /* for iPhone safari */
	outline: none; /* for Chrome innerline */
	border: none;
}

input, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
}
select {
	-webkit-appearance: menulist;
	cursor: pointer;
}
input[type="checkbox"] {
	vertical-align: middle;
	*vertical-align: baseline;
	cursor: pointer;
}
input[type="button"] {
	-webkit-appearance: none;
	cursor: pointer;
}
input[type="radio"] {
	vertical-align: middle;
	-webkit-appearance: radio;
	-webkit-border-radius: 10px;
	cursor: pointer;
}
table {
	font-size: inherit;
	font: 100%;
}

/* html5 normalize */
/* Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video {
	display: inline-block;
}

/* Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
	display: none;
	height: 0;
}

/* Address `[hidden]` styling not present in IE 8/9. */
[hidden] {
	display: none;
}

input, textarea, button { 
	vertical-align:middle; 
	position:relative; 
	margin: 0 4px 2px 0;
	*margin-right:3px; 
	padding: 0.25em .5em;
}
input { 
	height: 24px; 
	line-height: 24px;
}
.alignleft {
	display: inline;
	float: left; 
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	margin: 0 auto;
	display: block;
	clear: both;
}