.ws-form
{
	margin:0px;
	padding:0px;
	clear:both;
}
.ws-form fieldset
{
	border:none;
}
.ws-form fieldset legend
{
	font-size:large;
}
.ws-form fieldset label
{
	font-weight:bold;
}
.ws-form fieldset input
{
	display:block;
	margin:10px;
	width:50%;
}
.ws-form fieldset textarea
{
	display:block;
	margin:10px;
	width:75%;
	height:200px;
}
.ws-form .ws-formcommands
{
	margin:10px;
	text-align:right;
	width:75%;	
}
.ws-form .ws-formcommands input
{
	display:inline;
	width:100px;
	margin:5px;
}