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 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul{list-style:none;}
ol{list-style:decimal;}

/*HTML 5 RESET*/
article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }
nav ul { list-style:none; }

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

ins {text-decoration: none;}
del {text-decoration: line-through;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}

table {border-collapse: collapse;border-spacing: 0;}
hr {display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}

input, select {vertical-align:middle;}
label{display:block;}
input[type=button], input[type=submit], button { cursor: pointer; }
* html input { vertical-align: text-bottom;}

pre, code, kbd, samp { font-family: monospace, sans-serif; }
small { font-size:10px; }
strong, th { font-weight: bold; }
sub { vertical-align: sub; font-size: 10px; }
sup { vertical-align: super; font-size: 10px; }
pre { padding: 15px;white-space: pre;white-space: pre-wrap;}

/* clearfix:after */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix{
	height:1%;
}
*+html .clearfix {
	height:1%;
}

input.ezwt-input-image {
    vertical-align: top;
}