body {
	background-color: gray;
	background-repeat: repeat;
	background-image: url('../common/background.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a,
a:active,
a:visited {
	text-decoration: none;
	color: #02007f;
}

a:hover {
	color: #4f4f4f;
}


div#main_frame {
	width: 773px;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 30px auto 0px auto;
}

div#text_body {
	margin: 10px 5px 5px 5px;
	padding: 20px 10px 5px 10px;
	background-color: white;
	text-align: justify;
}

span.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 8pt;
	vertical-align: top;
}

h1 {
	color: red;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px auto 20px auto; 
	padding: 0px 0px 0px 0px;
}

h1#home {
	width: 280px;
}

h1#result {
	width: 140px;
}

h1#thanks_ok {
	width: 130px;
}

h1#thanks_error {
	width: 140px;
}

h1#testing {
	width: 90px;
}

h2 {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#select {
	text-align: center;
	margin: 30px 0px 20px 0px;
}

div#select select {
	cursor: pointer;
	background-color: #faf3eb;
}

div#select label {
	font-weight: bold;
	margin-right: 5px;
}

div#submit {
	text-align: center;
	margin: 15px 0px 20px 0px;
}

div#submit input {
	font-weight: bold;
	background-color: #e4e2e7;
	border: 1px dashed red;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
}

table.shaded {
	width: 500px;
	margin: 10px auto 5px auto;
	font-size: 12pt;
}

table.shaded td {
	text-align: left;
	background-color: #dfdfdf;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	padding: 2px 5px 2px 5px;
}

table.shaded td.label {
	text-align: right;
	font-weight: bold;
	width: 150px;
}

table.shaded td.error {
	text-align: left;
	background-color: #ffdfdf;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	padding: 2px 5px 2px 5px;
}

table.shaded td.label_error {
	background-color: #ffdfdf;
	text-align: right;
	font-weight: bold;
	width: 150px;
}

table.shaded input#name {
	width: 250px;
	border: 1px solid #8f8f8f;
	margin: 3px 0px 3px 0px;
}

div#testing {
	text-align: center;
	font-size: 22pt;
}

div#testing iframe {
	height: 25px;
	width: 503px;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 20px auto 20px auto;
}

div#copyright {
	text-align: center;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

div#copyright a,
div#copyright a:active,
div#copyright a:visited {
	text-decoration: none;
	color: #000000;
}

div#copyright a:hover {
	color: #555555;
}

div#bottom_bar {
	width: 773px;;
	margin: 5px auto 30px auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
	text-align: right;
}

div#bottom_bar img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.err_fg {
	background-color: #ffcb06;
	margin: 0px 0px 0px 0px;
	border: none;
}

.err_bg {
	background-color: #ff691f;
	border: 1px dotted #006600;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.err_text {
	color: #195d00;
	padding: 2px 2px 2px 2px;
}

.err_cap {
	color: #fffb3e;
	font-weight: bold;
	font-size: 11pt;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
}
