div.formrow
{
	clear: both;
}

div.formcol
{
    position:relative;
	float: left;
	margin-right: 4px;
}

div.formrow div.label, div.formcol div.label
{
	font-size: x-small; /* false value for WinIE4/5 */
	voice-family: "\"}\""; /* trick WinIE4/5 into thinking the rule is over */
	voice-family: inherit; /* recover from trick */
	font-size: small /* intended value for better browsers */;
}

html>div.formrow div.label, html>div.formcol div.label
{
	font-size: small /* be nice to Opera */;
}


div.formrow div.formw, div.formcol div.formw
{
}

html>div.formrow div.formw, html>div.formcol div.formw
{
}

input.styled, textarea, select
{
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	border: solid 1px black;
	font-size: x-small; /* false value for WinIE4/5 */
	voice-family: "\"}\""; /* trick WinIE4/5 into thinking the rule is over */
	voice-family: inherit; /* recover from trick */
	font-size: small /* intended value for better browsers */;
}

html>input.text, html>textarea, html>select
{
	font-size: small /* be nice to Opera */;
}

