/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

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

/* preset new default */
body {
	background:#fff;
	color:#000;
	font:62.5%/1.5 Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	line-height:1.5;
}

ul {
	list-style:none;
}

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

em, strong {
	margin:0;
	padding:0;
	font-size:1.0em;
	line-height:1.0em;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

strong.false {
	font-weight:normal;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

input, select {
	margin:1px 0;
	vertical-align:middle;	
}

button {
	border:none;
	margin:0;
	padding:0;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	/* For IE, the inherit value is not respected in this case */
	font-size:100%;
	font-size:inherit;
	cursor:pointer;
}
button::-moz-focus-inner { padding:0; border:none;}
input[type=button]::-moz-focus-inner { padding:0; border:none; }
input[type=submit]::-moz-focus-inner { padding:0; border:none; }

/* image replacement and inline-bg images*/
.ir {
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
	overflow:hidden;
}
.ir span {
	position:absolute;
	width:100%;
	height:100%;
	text-align:left;
}
.icon {
	display:-moz-inline-box;
	display:inline-block;
	background:transparent none 0 0 no-repeat;
	font:0/0 Arial;
	overflow:hidden;
	vertical-align:bottom;
}
.icon span { visibility:hidden; }