html,body,div,h1,h2,h3,h4,h5,h6,ul,li,span,input,label
{
	margin:0;
	padding:0;
}
.clearfix:after 
{
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix 
{ 
	display: inline-block; 
}
/* start commented backslash hack \*/
* html .clearfix 
{ 
	height: 1%; 
}
.clearfix 
{ 
	display: block; 
}
/* close commented backslash hack */
.clear
{
	clear:both;
}
a
{
	text-decoration:none;
}