@charset "UTF-8";
html, body
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
input { 
	border: 1px solid black; 
	padding: 10px;
}
#formContainer {
	width:90%;
	margin-left: auto;
	margin-right: auto; 
	text-align:center;
	overflow: hidden;
}
#submitBtn {
	color: white;
	font-weight: bold;
}