/*  B R O W S E R  -  R E S E T  */
/*  version 1.0.4 - 2009-04-01  */
/*  matthias [DOT] jaeggli [AT] orange8 [DOT] com  */
*{
	margin:0;
	padding:0;
	outline:0;
	}
ul, ol, dl {
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
li, dt, dd {
	margin:0pt;
	padding:0pt;
	}
p{ 
	display:block;
	}
a{ text-decoration:none; }
a img, fieldset{ border:none; }
input, img, label, button{ vertical-align:middle;}
.clear{
	clear:both;
	font-size:0px;
	}
.imgreplace{
	display:block;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	}

