* {
	margin: 0;
	padding: 0;
	border: 0;
	zoom: 1;
}

html { width: 100%; }

body {
	font: 11px/13px Arial, sans-serif;
	width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	list-style-type: none;
}

.clear { clear: both; }

.error { color:#FF99FE; font-weight: bold; }

.alt { display: none; }

.long {width:300px;}
