label
	{
	float: left;
	width: 90px;
	height: 24px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: right;
	}

#formstyles input
	{
	float: left;
	width: 165px;
	height: 20px;
	margin: 4px 0 4px 0;
	padding: 2px 3px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	background: #ffffff;
	border: 0px;
	border-bottom:1px dotted #525252;
	}

#formstyles input.focus
	{
	float: left;
	width: 165px;
	height: 20px;
	margin: 4px 0 4px 0;
	padding: 2px 3px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	background: #ffffdd;
	border: 0px;
	border-bottom:1px solid #ffffdd;
	}

#formstyles textarea
	{
	float: left;
	width: 290px;
	height: 156px;
	margin: 4px 0 4px 0;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	background: #ffffff;
	border: 0px;
	border-bottom:1px dotted #525252;
	}

#formstyles textarea.focus
	{
	float: left;
	width: 290px;
	height: 156px;
	margin: 4px 0 4px 0;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	background: #ffffdd;
	border: 0px;
	border-bottom:1px solid #ffffdd;
	}

input.submit
	{
	float: left;
	width: 145px;
	height: 21px;
	margin: 4px 0 6px 0;
	}
