/* CSS Document */
html, body, p, div, img, form, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	-webkit-text-size-adjust: none;
}
select, input[type='text'], input[type='password'] {
    -webkit-appearance: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select, input, button {
    -webkit-appearance: none;
}

