/* Mailform & responders */
BODY {
	margin:0px;
	padding: 0;
	font-family:verdana, Helvetica, sans-serif;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: none;
}

a:link {
	color : #0099FF;
	text-decoration : none;
	font-weight : bold;
}
a:visited {
	color : #0066FF;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	color : #fffC66;
	text-decoration : none;
	font-weight : bold;
}
a:active {
	color : #CCFFFF;
	text-decoration : none;
	font-weight : bold;
}

form {
	margin: 0;
	padding: 0;
}
input, textarea {
	padding: 0 3px;
}

div, td, p {
	font-family:verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

img {
	margin: 5px;
}

.outer, .again {
	width: 498px;
	border: 1px solid;
	border-color: #fff #666 #666 #fff;
	background-color: #aebcc7;
}
.inner{
	margin: 10px;
	padding: 5px;
	border: 1px solid;
	border-color: #666 #fff #fff #666;
}

.headline {
	width: 500px;
	height: 20px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.faulty {
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.ok {
	font-size: 14px;
	font-weight: bold;
}
.again {
	margin: 20px 160px;
	padding: 5px;
	width: 120px;
}

#footer {
	font-size: 11px;
	text-align: center;
}



