﻿fieldset.noborders
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: none;
	white-space: nowrap;
}

fieldset.noborders legend
{
	display: none;
}

fieldset.noborders label
{
	display: block;
	float: left;
	width: 30%;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

fieldset.noborders input[type='text'] { position: relative; font-family:Arial; width: 200px; } 
fieldset.noborders input.date[type='text'] { position: relative; font-family:Arial; width: 80px; } 
fieldset.noborders input.email[type='text'] { position: relative; font-family:Arial; width: 200px; } 
fieldset.noborders input[type='radio'] { position: relative; margin:0 20px; } 
fieldset.noborders input[type='checkbox'] { position: relative; border: none; } 

fieldset.noborders br
{
	clear: both;
}
