
div.form-container
{
	background-color:#fff;
}

div.form-container .forms_error
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : bold;
padding:5px;
color : #ffffff;
background-color:#FF0000;
text-align:center;
}

div.form-container .forms_success
{
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : bold;
padding:5px;
color : #ffffff;
background-color:#33CC00;
text-align:center;
}

div.form-container .forms_legend
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	line-height : 12pt;
}
div.form-container .forms_legend A
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	line-height : 12pt;
	text-decoration : none;
}
div.form-container .forms_legend A:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	line-height : 12pt;
	text-decoration : none;
}
div.form-container .forms_note
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	color : #7e7d7d;
	line-height : 12pt;
}
div.form-container .forms_note A
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	color : #7e7d7d;
	line-height : 12pt;
	text-decoration : none;
}

div.form-container .forms_note2
{
	font-family: Times New Roman, Times, serif;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	color : #cc0000;
	line-height : 12pt;
}

div.form-container .forms_note A:hover
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	color : #7e7d7d;
	line-height : 12pt;
	text-decoration : none;
}
div.form-container .forms_field1
{
	border: 1px solid #4a4b4b;
	height: 18px;
	width: 170px;
	background-color : #ffffff;
	font-size : 11px;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 5px;
	padding-top : 2px;
}
div.form-container .forms_area1
{
	border: 1px solid #4a4b4b;
	height : 60px;
	width : 170px;
	background-color : #ffffff;
	font-size : 11px;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 5px;
	padding-top : 2px;
}
div.form-container .forms_select1
{
	width : 180px;
	background-color : #ffffff;
	font-size : 11px;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
}
div.form-container .forms_button1
{
	color: #000000;
	font-weight: normal;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
