/* browser effect clear*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/* browser effect clear end */

/* Firefox link-dotted hidden */
:focus{
	-moz-outline-style:none;
}
a{ 
	outline:none;
}
/* end of Firefox link-dotted hidden */

/* for browser reader */
.read{
	position: absolute;
	left: -100em;
	top: -100em;
}
/* end for browser reader */

/* form inline */
form{
	display:inline;
}
/* end of form inline */

/* float set */
br.clear {
	font-size: 1px;
	line-height: 100%;
	clear: both;
}
/* end of float set */

/* clearfix set */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}

/* hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* end of hides from IE-mac */
/* end of clearfix set */

/* imgfix set */
.imgfix{
	font-size:1px;
	line-height:1px;
}
