div#custform
{
	width:400px;
}

	div#custform .label
	{
		float:left;
		display:block;
		width:160px;
		margin-right:15px;
		margin-bottom:5px;
	}
	
	div#custform textarea
	{
		height: 100px;
		width: 378px;
	}
	
	.stext
	{
		font-size: 0.9em;
	}
	
	div#custform input
	{
		width:200px;
		margin-bottom:5px;
	}
	
	div#custform .forceline
	{
		clear:both;
	}
	
	div#custform .sbutton
	{
		width: 110px;
		margin-top:15px;
	}
	
	.red
	{
		color: rgb(255,0,0);
	}
	
	div#custform .radio input
	{
		vertical-align:middle;
		width: 20px;
	}
	
	div#custform .radio label
	{
		width: 20px;
	}