﻿@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

td {
	text-align: left;
	font-size: 12px;
}

.thankyou {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.testiquote {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.testiwho {
	font-style: italic;
	text-align: right;
}

input, textarea, select {
	background: #f5f5f5;
	border: 3px double #CCCCCC;
	color: #666666;
	margin: 2px 0 0 0;
}

input.bad, textarea.bad, select.bad {
	/*background: #FFd0d0;*/
	border: 3px double #CC0000;
}

fieldset {
	padding: 10px;
}

.frisbie {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

legend {
	background: transparent;
	color: #666666;
	margin: 0 4px;
}

.required, .error {
	background: transparent;
	color: #CC0000;
	font-weight: bold;
}

.formbg {
	background-image:url(images/form-bg.jpg);
	background-repeat: no-repeat;
}
