body{
	margin-top:30px;
	font-family:arial, sans-serif;
	color:#333;
}

h1{
	margin:0 0 15px 0;
	text-align:center;
}

h2{
	text-align:center;
}

a{
	color:#0085cf;
}

label{
	display:block;
	font-weight:bold;
}

input{
	margin-bottom:15px;
	font-size:30px;
	color:#333;                                                
	border:1px solid #999;
	display:block;
}

input:last-child{
	margin-bottom:0;
}

select{
	font-size:30px;
}

#shadow{
	width:600px;
	margin:auto;
	background:#bbb;
	padding:1px;
	border:1px solid #eee;
}

#page{
	background:#fff;
	overflow:hidden;
	border:5px solid #333;
	padding:20px;
}

#submit{
	background:#222;
	color:#ccc;
	border:none;
}

#submit:hover{
	background:#000;
	color:#fff;
}

#footer{
	text-align:center;
	font-size:13px;
	color:#999;
}