html, body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, p, blockquote, img,
table, caption, tbody, tfoot, thead, tr, th, td,
form, fieldset, input, textarea, label, legend {
	margin: 0; padding: 0;
	font-weight: inherit; font-style: inherit;font-size: 100%; font-family: inherit;  vertical-align: top;

}
html, body {
	border: 0;
}
body {
	position: relative;
}
html {
	font: 62.5%/1.5 arial, sans-serif;
	background-color: #fff; color: #000;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal; font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
caption, th {
	text-align: left; font-weight: normal;
}
legend {
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; font-weight: normal;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: '';
}
q, blockquote {
	quotes: "" "";
}
abbr, acronym, fieldset,
img, a img, :link img, :visited img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
label, button {
	cursor: pointer;
}
button {
	overflow: visible;
}
/*img {
	background-color: #e6e6e6;
}*/
input[type="hidden"] {
	display: none !important;
}

/* fix punymce */
table.punymce{
	border-collapse: separate;
	border-spacing: 4px;	
}

/* platform z-index issue */
.punymce{
	z-index: 1;
}


