body {
	background: #f0f0f0;
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 7pt;
}

body, div, form, h1, h2, h3, h4, h5, h6, ul, ol, li {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

img {
	border:none;
}

#page {
	margin: 0px auto;
	width: 760px;
	background-color: #ffffff;
}
#head {
	text-align: center;
	height: 120px;
}

#content {
}

#foot {
	margin-top: 20px;
	text-align: center;
	height: 50px;
}



#content-a {
	text-align: center;
}

#content-b {
	text-align: center;
}

#content-output {
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
}

#recaptcha_widget {
	display: none;
}

#recaptcha_image {
	margin-left: 230px;
}

#recaptcha-label {
	font-size: 16px;
	margin-top: 10px;
}

#recaptcha-hint {
	margin: 10px;
}

#recaptcha-refresh {
	background: transparent url('arrow_refresh.png') no-repeat center left;
	font-size: 11px;
	width: 80px;
	text-align: left;
	padding-left: 20px;
	padding-top: 4px;
	height: 20px;
	margin-left: 330px;
}

#recaptcha_response_field {
	border: 1px solid #808080;
	color: #000000;
}

#domain-label {
	font-size: 16px;
	margin-bottom: 10px;
}

#domain-input {
	border: 1px solid #808080;
	background: #f0f0f0 url('typehere.png');
	color: #109020;
	font-size: 32px;
	width: 700px;
	text-align: center;
}

.red {
	color: red;
}

.green {
	color: green;
	font-size: 16px;
}