html, body, p, div, img, form, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	
	outline: 0;
	padding: 0;
	margin: 0;
}
div {
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
}
select, input[type='text'], input[type='password'], input[type='checkbox'], textarea {
    -webkit-appearance: none;
    border: 1px solid #999;
    border-radius: 3px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.divclear {
	clear: both;
}
::-webkit-input-placeholder {
   color: #333;
   font-weight: 400;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
   font-weight: 400;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
   font-weight: 400;
}

:-ms-input-placeholder {  
   color: #333;  
   font-weight: 400;
}