
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body { line-height:1; }

ol, ul { list-style:none; }

blockquote, q { quotes:none; }

:focus { outline:0; }

ins { text-decoration:none; }

del { text-decoration:line-through; }

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption, th { text-align:left; }

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select { *font-size:100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

.vmiddle { vertical-align: middle; }

.floatLeft { float: left; }

.floatRight { float: right; }

.hidden { display: none; }

ul.error {
	padding: 5px 15px;
	margin: 0 0 15px 0;
	-moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border: 1px solid #efe2a4;
	background: #fff9df;
}

ul.error li {
	color: #cc0000;
	padding: 3px 0 3px 22px;
	background: url(../images/icons/error.png) 0 5px no-repeat;
}

