p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt; }
		
	li {
		font-family: $sess_FONT;
		font-size: 12px;
		line-height: 17px;
		color: black;
		background-color: inherit; }
		
	form {
		display: inline;
		height: auto; }
		
	fieldset {
		width: 500px;
		height: auto;
		padding: 10px;
		border: 1px solid $sinf[colour2]; }
		
	legend {
		font-weight: bold;
		font-size: 12px;
		color: $sinf[colour1];
		background-color: inherit; }
		
	div.controls {
		width: 500px;
		margin-top: 1em;
		text-align: right; }	
		
	div.row {
		position: relative;
		width: 498px;
		height: 25px;
		margin-top: 10px; }	
		
	span.label {
		float: left;
		width: 200px;
		color: inherit;
		background-color: #F0F0F0;
		padding-right: 5px;
		margin-right: 10px;
		line-height: 23px;
		font-weight: bold;
		font-size: 12px;
		text-align: right;
	}
	
	span.labelw {
		float: left;
		width: 200px;
		color: inherit;
		padding-right: 5px;
		margin-right: 10px;
		line-height: 23px;
		font-weight: normal;
		font-size: 12px;
		text-align: right;
		}