﻿body {
	background-color: #CCCCCC;
}
form {
  margin: 6px auto 6px auto;
  background-color: #E1E1E1;
  width: 690px;
  border: 1px solid #000000;
  padding: 5px;
  display: block;
  margin: 13px 0px 0px 40px;
}
fieldset {
	border: 2px solid #808080;
	padding: 3px;
	margin: 0px 0px 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
input {
	font-family: arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	border: 1px solid #808080;
	float: left;
	display: block;
	margin-bottom: 3px;
}
label {
	margin: 3px 5px 0px 0px;
	border-width: 1px;
	border-color: #000000;
	width: 207px;
	display: block;
	float: left;
	border-bottom-style: dotted;
}
.fieldLn {
	width: 680px;
	margin-bottom: 3px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	display: block;
	float: right;
}
h2 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	margin: 6px 0px 6px 0px;
}
.ErrMsg {
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
	width: 460px;
	display: block;
	float: right;
	color: #990000;
}
p {
  font-family: verdana;
  font-size: 10pt;
  margin: 0px 0px 6px 0px;
  text-align: left;
  text-indent: 12px;
}
.SendOK {
	font-family: verdana;
	font-size: 10pt;
	color: #006600;
	margin-bottom: 6px;
	display: block;
	text-align: center;
	font-weight: bold;
}
.SendErr {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
.SubBtn {
	display: inline-block;
	font-family: verdana;
	font-size: 10pt;
	float: right;
	margin-right: 5px;
	cursor: pointer;
	background-color: #006600;
	color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #00CC00 #009900 #009900 #00CC00;
	font-weight: bold;
}
.Req
{
    color: #990000;
    font-weight: bold;
}
