body{
	background-color: #CCEEFF;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
             
#wrapper{
	text-align: center;
	width: 480px;
	margin: 25px auto;
}

form {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
}

form span {
	color: #999;
	font-size: 0.7em;
	position: relative; top: -2px;
}

form input {
	background: #E4F0FF;
	border: solid 1px #003651;
	color: #006699;
	font-size: 1.3em;
}

button {
	height: 26px;
	margin-left: 3px;
	background: #006699;
	border: solid 1px #003651;
	color: #ffffff;
	font-size: 1em;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif;
}

custom {
	
	color: #999;
	font-size: 20px;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif;
}

.input_hover {
	border: solid 1px #87C3A9;	
}

#wait_label {
	color: #36638E;
	font-size: 18px;
	font-weight: bold;
}

#result {
	margin-top: 30px;
	height: 90px;
	color: #999;
	font-weight: bold;
}

#result a {
	color: #006699;
	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;
	text-align:center;
}

#processing, #link {
	display: none;
	font-size: 14px;
}
