/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background: transparent;
	margin: 0px;
}
body {
	background-color: #FFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
.clear { clear: both; height:0; overflow:hidden }
.clearfix:after { content:"."; height:0; display:block; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
 display: block;
 padding:0;
 margin:0;
 height:inherit;
}
keygen, meter, progress {
 display: inline-block;
}
output {
 display: inline;
}
audio, canvas, embed, video {
	width:100%;
}
audio {
 height: 32px;
}
canvas, embed, video {
 height: auto;
}
keygen {
 margin: 0em;
}
mark {
 background-color: yellow;
 color: black;
}
meter {
 width: 5em;
 height: 1em;
 vertical-align: -0.2em;
}
progress {
 width: 10em;
 height: 1em;
 vertical-align: -0.2em;
 background-color: gray;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color:#999999;
	font-size:11px;
	font-weight:normal;
	vertical-align:middle;
	line-height:18px;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
	color:#999;
	font-size:11px;
	font-weight:normal;
	vertical-align:middle;
	line-height:18px;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
	color:#999;
	font-size:11px;
	font-weight:normal;
	vertical-align:middle;
	line-height:18px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	color:#999;
	font-size:11px;
	font-weight:normal;
	vertical-align:middle;
	line-height:18px;
}
