.textfield
{
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #666666;
	background-image:url(images/form_bg1.gif);
	background-repeat:repeat-x;
	border-color:#CFCFCF;
	border-style:solid;
	border-width:1px;
	height: 19px;
}
.textarea
{
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #666666;
	background-color:#EAEAEA;
	border-color:#CFCFCF;
	border-style:solid;
	border-width:1px;
	width:379px;
	height: 55px;
}
.textarea2
{
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #666666;
	background-color:#EAEAEA;
	border-color:#CFCFCF;
	border-style:solid;
	border-width:1px;
	width:295px;
	height: 68px;
}
.tfcontainer
{
	height:30px;
	background-image:url(images/form_bg2.gif);
	background-repeat:repeat-x;
}
.tacontainer
{
	width:383px;
	height:61px;
	background-image:url(images/form_bg3.gif);
	background-repeat:repeat-x;
}
.tacontainer2
{
	width:299px;
	height:74px;
	background-image:url(images/form_bg5.gif);
	background-repeat:repeat-x;
}
.tftitle
{
  color: #666666;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
	font-weight:bold;
	height:27px;
	padding-top:3px;
	background-color:#EAEAEA;
}


