/* ALL */
* {
	margin: 0;
	padding: 0;
	zoom: 1;
}
html {
	height: 100%;
}
html</**/body {
	overflow: -moz-scrollbars-vertical;
}
html:first-child body {
	min-height: 100%;
	padding-bottom: 1px;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
th,td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
caption {
	text-align: left;
}
ul,ol,dl {
	list-style: none;
}
li {
	display: list-item;
	zoom: normal;
}
img,a img {
	vertical-align: bottom;
	border: none;
	background: transparent;
}
object,embed {
	vertical-align: top;
}
fieldset {
	border: none;
}
input,textarea {
	font-size: 1em;
}
em,address,dfn {
	font-style: nomal;
}
ul ul,ul dl,dl ul,table p,table ul,table table {
	font-size: 1em;
}
hr {
	height: 0;
	margin: 7px 0;
	border: none;
	border-top: 1px solid #000;
}
* html hr {/*for-IE6*/
	margin: 0;
}
*:first-child+html hr {/*IE7*/
	margin 0;
}

/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}
ul,ol,dl {	list-style: none; }
img {
	vertical-align: bottom;
	border: 0;
}
*/