.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%;
}


h1, h2, h3 {
	padding:0;
	margin:0;
	line-height:normal;
	font-weight:normal;
}

div, p, form, li, ul, label {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}

input[type=checkbox] {
 border:none;
  }

input[type=radio] {
 border:none;
  }

img a{
	border:none;
}

a, a:hover{
	text-decoration:none;
}