* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0px solid #000000;         
    outline: 0 none;
}

body{
	margin:0;
}

input, select, textarea{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
input[type="submit"], input[type="reset"]{
	-webkit-appearance: none;
}