@charset "utf-8";
/* CSS Document */
* {
	border:none;
	font-size: 12px;
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
button {
	 background: none;
	 cursor:pointer;
}
input {
	border:2px solid #B7B6BE;
	height:2.5em;
	width:300px;
}