div.contentRow div.content form fieldset {
	margin: 5px;
	padding: 5px;
}

	div.contentRow div.content form td {
		padding: 5px;
	}
	
	div.contentRow div.content form input[type='text'],
	div.contentRow div.content form input[type='password'],
	div.contentRow div.content form select,
	div.contentRow div.content form textarea {
		width: 20em;
	}
	
div.contentRow div.sidebar form table {
	margin: auto;
}

div.contentRow div.sidebar form td {
	padding: 5px;	
}

	div.contentRow div.sidebar form input[type='text'],
	div.contentRow div.sidebar form input[type='password'],
	div.contentRow div.sidebar form select,
	div.contentRow div.sidebar form textarea {
		width: 10em;
	}