body,dl,dd,h1,h2,h3,h4,h5,h6,p,figure{
	margin:0;
}
html{
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
}
ul,ol{
	margin:0;
	padding:0;
}
li{
	list-style:none; 
}
input{
	padding:0;
	border:1px solid #333;
}
textarea{
	padding:0;
}
img{
	border:0;
	vertical-align:middle;
}
a,a:focus,a:active,a:hover{outline:0;text-decoration:none;color:#16AC8F;background:transparent;}
a,button,input{ 
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
   outline: none;
}
*, :after, :before, input[type=search]{
	box-sizing:border-box;
}
.text-center{
	text-align:center;
}
.clearFloat{
	display:block;
	content:'';
	clear:both;
}
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
.rfloat{
	float:right;
}
.lfloat{
	float:left;
}
