body{
	font-family:"Segoe UI",Ubuntu,"lucida grande",tahoma,sans-serif;
	text-align: center;
}

input[type=text] {
	font-family:"Segoe UI",Ubuntu,"lucida grande",tahoma,sans-serif !important;
	border:0;
	padding:5px;
	margin: 10px 0;
	background-color:#f2f2f2;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:1px 1px 4px gray inset,0px 0px 2px 1px rgba(255,255,255,0.3);
	-moz-box-shadow:1px 1px 4px gray inset,0px 0px 2px 1px rgba(255,255,255,0.3);
	box-shadow:1px 1px 4px gray inset,0px 0px 2px 1px rgba(255,255,255,0.3)
}
