@charset "utf-8";
/* CSS Document */

h1 {
	color:#FFF;
	font-family: 'Special Elite', "Courier New", Courier, type;
	font-size:36px;	
}

body {
	background-color:#141414;
}

input {
	background-color:#000;
	color:#FFF;
	font-family: 'Special Elite', "Courier New", Courier, type;
	font-size:18px;
	/*width:470px;*/
	width:90%;
}

.message {
	color:#FFF;
	font-family: "Courier New", Courier, type;
	font-size:18px;
	line-height:150%;
	margin-top:20px;
}