#formcontainer {
	height: auto;
	background: #fff;
	width: 450px;
	clear: both;
	display: block;
}
.text-red {
	color: #FF0000;
	font-size: 12px;
}
.right {
  float: right;
}
.left {
	float: left;
}
.title {
  padding: 10px 4px;
}
#textbox {
	width: 470px;
	position: absolute;
	height: 20px;
	left: 0px;
	bottom: 2px;
}

#textboxbottom {
	padding: 0px;
	width: 470px;
	height: 20px;
	left: 0px;
	bottom: 0px;

}
.textboxtop, .textboxbottom {
  display: block;
  margin: 0px;
  padding: 0px;
  height: 20px;
  clear: both;
}
.textlist p {
	padding: 0px 10px;
	width: 440px;
	font-size: 12px;
	font-weight: normal;
	color: #3a0000;
	line-height: normal;
	float: none;

}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: blue;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
	color: #000099;
	padding-bottom: 5px;
}
input {
	display: block;
	width: 180px;
	margin-bottom: 2px;
	float: left;
}
label {
	text-align: right;
	display: block;
	float: left;
	width: 200px;
	margin-right: 10px;
}
br {
	clear: left;
}
.buttonSubmit {
	width: 150px;
	text-align: center;
	margin-left: 100px;
}
.text1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: blue;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
	color: #000099;
	padding-bottom: 5px;
}
h2 {
	font: italic bold 1.6em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
h3 {

	font: bold 1.2em Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textClose a{
	font: italic bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#bodyContainer-f {
	text-align: center;
	margin: 0px auto;
	height: 640px;
	width: 500px;
	border: 2px solid #000066;
	background: #5686c4;
}
#formcontainer-f {
	height: auto;
	background: #fff;
	width: 450px;
	display: block;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.labelTextWide {width: 100%;text-align: left;}
