body{
	background-color: white;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
             
#wrapper{
	text-align: center;
	width: 600px;
	margin: 100px auto;
}

form {
	margin: 10px 0 0 0;
	padding: 0;
}

form span {
	color: #999;
	font-size: 24px;
	position: relative; top: -2px;
}

form input, button {
	background: #E1FCF0;
	border: solid 1px #A6D5C1;
	color: #999;
	font-size: 2em;
}

button {
	height: 42px;
	margin-left: 6px;
}

.input_hover {
	border: solid 1px #87C3A9;	
}

#wait_label {
	color: #36638E;
	font-size: 18px;
	font-weight: bold;
}

#result {
	margin-top: 50px;
	height: 90px;
	color: #449BAE;
	font-weight: bold;
}

#result a {
	color: #66C04E;
	font-weight: bold;
	text-decoration: none;
}

#result a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	color: #aaa;
	font-size: 10px;
	border-top: dashed 1px #aaa;
	padding-top: 10px;
}

#processing, #link {
	display: none;
}

