/* CSS Document */
html {
    touch-action: manipulation;
}
body {
    touch-action: manipulation;
	color:#FFF;
	font-size:16px;
}
.input_underline {
	color:#FFF;
	background:none;
	border-width:1px; 
	border-bottom-style: bolid;
	border-top-style: none;
	border-left-style:none;
	border-right-style:none; 
	border-bottom-color:#FFF; 
}
.button {
	color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
	border:0px;
}