#ckeditor { display: block; position: relative; width: 800px; margin: 0 auto; height: 500px; }

label { display: block; position: relative; width: 100%; margin: 0 0 10px 0; }
	label p { display: block; position: relative; font-size: 14px; line-height: 20px; margin: 0; }
	label select,
	label textarea,
	label input { display: block; position: relative; width: 100%; }

table.templates { border: 1px solid #000; }
	table.templates th,
	table.templates td { border: 1px solid #000; }

table.reports { border: 1px solid #000; }
	table.reports th,
	table.reports td { border: 1px solid #000; }

img.images { display: inline-block; position: relative; max-width: 200px; max-height: 300px; vertical-align: top; margin: 25px; }

table.menu { margin: 0 0 50px 0; }
	table.menu a { font-size: 18px; line-height: 25px; font-weight: bold; text-decoration: none; margin: 0 25px; }
	table.menu a:hover { color: red; }