@charset "utf-8";

/* reset */
/* v1.0 | 20090623 */


* {
	margin: 0;
	padding: 0;
	zoom: 1;
}

html {
	height: 100%;
}

html>/**/body {
	overflow-y: scroll;
}

html:first-child body {
	padding-bottom: 1px;
	min-height: 100%;
}

*:first-child+html body {
	padding-left: 1px;
}

*html body {
	padding-left: 1px;
}

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,
form,fieldset,legend,input,textarea,
th,td,caption {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1;
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

ul ul,ul dl,dl ul,
table p,table ul,table table {
	font-size: 1em;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

li {
	display: list-item;
	list-style: none;
	zoom: normal;
}

ul,ol,li {
	zoom: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

fieldset,img {
	border: 0;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border: 0;
}

img,a img {
	vertical-align: bottom;
	background: transparent;
}

object,embed {
	vertical-align: top;
}

sup{
	vertical-align:text-top;
}

sub{
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-size: 1em;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

legend {
	color: #000;
}


hr {
	height: 0px;
	margin: 7px 0;
	border: none;
	border-top: 1px solid #000;
}

* html hr {/* for -IE6 */
	margin: 0;
}

*:first-child+html hr {/* for IE7 */
	margin: 0;
}
