/* css file */
#formcontainer {
	background: #fff;
	width: 460px;
	clear: both;
	text-align: center;
}
.text-red {
	color: #FF0000;
	font-size: 12px;
}
.title {
  padding: 10px 4px;
}
.textlist p {
	padding: 0px 10px;
	width: 440px;
	font-size: 12px;
	font-weight: normal;
	color: #006633;
	line-height: normal;
	float: none;

}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: green;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
	color: #006633;
	padding-bottom: 5px;
}
input {
	display: block;
	width: 180px;
	margin-bottom: 10px;
	float: left;
}
label {
	text-align: right;
	display: block;
	float: left;
	width: 200px;
	padding-right: 20px;
	color: #006633;
}
br {
	clear: left;
}
.buttonSubmit {
	width: 80%;
	margin-top: 0px;
	text-align: center;
	margin-left: 50px;
}
.text1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: green;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
	color: #006633;
	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;
}
.labelTextWide {
	width: 380px;
	text-align: left;
	padding-left: 15px;
}
.text-white {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
