@charset "UTF-8";
body {
	background: #000;
	color: #fff;
	font-family: 'Cabin Sketch', Verdana;
	font-size: 50px;
	text-align: center;
}

input {
	height: 50px;
	width: 200px;
	font-size: 45px;
	font-family: 'Cabin Sketch', Verdana;
}

a {
	color:#0CF;
	text-decoration: none;
}

input[type=button] {
	padding:0px 15px 10px 15px; 
	background:#666; 
	margin: 30px 10px; 
	border:2px #0CF dotted;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #0CF;
	height: 150px; 
}