@charset "utf-8";
/* CSS Document */

button  {
			background-color: #900;
			display: block;
			padding: 8px 16px;
			text-transform: uppercase;
			color: white;
			border: 1px dotted white;
			margin: 0 auto;
		}