body{
	background-image: url(bg1.jpg);
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
             
#wrapper{
	text-align: center;
	background-color: #ABC8F2;
	border: solid 2px #00309C;
	width: 600px;
	margin: 100px auto;
}

form {
	margin: 10px 0 0 0;
	padding: 0;
}

form span {
	color: #00309C;
	font-size: 24px;
	position: relative; top: -2px;
}

form input, button {
	background: #BBBBBB;
	border: solid 1px #A6D5C1;
	color: #00309C;
	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: #E78219;
	font-weight: bold;
}

#result a {
	color: #B30000;
	font-weight: bold;
	text-decoration: none;
}

#result a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	color: #00309C;
	font-size: 12px;
	border-top: dashed 1px #00309C;
	padding-top: 10px;
}

#processing, #link {
	display: none;
}

#small {
	color: #00309C;
	font-size: 14px;
	position: relative; top: -2px;
}
#xsmall {
	color: #000000;
	font-family: verdana ; 
	font-size: 9px;
}