@charset "utf-8";

* {
	padding:0;
	margin:0;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background:transparent;
	letter-spacing:0;
}

body {
}

img {
	border:0;
}

img, textarea {
	vertical-align:top;
}

a:focus {
	outline:none;
}

ul, ol {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

.clearfix {
	zoom:1;  /* for IE5.5 - IE7 */
}

.clearfix:after {  /* for modern browser */
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

