.form-row {
	clear: both;
	width: 600px;
}

	.form-row label {
		float: left;
		width: 190px;
		text-align: right;
		padding-right: 10px;
	}

	.form-row input {
		border: 1px solid #000;
		width: 200px;
	}

	.form-row select {
		border: 1px solid #000;
	}

	.form-row textarea {
		border: 1px solid #000;
		height: 5em;
		width: 300px;
	}

	.form-toc input,
	.form-submit input {
		width: auto !important;
	}

	.form-entry {
		padding-left: 200px;
	}

	.form-submitted {
		display: none;
	}

.message {
	display: block;
	font-size: 11px;
	color: #f00;
}

body,
.admin-display {
  	background: #fff;
  	color:#05001c;
  	margin: 15px;
  	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	text-align: left;
}

.display-table {
	width: 800px;
}

	.display-table th {
		text-align: left;
	}

	.display-table td {
		padding-right: 15px;
	}

	.display-column-name {
		width: 110px;
	}

	.display-column-email {
		width: 110px;
	}

	.display-column-age {
		width: 50px;
	}

	.display-column-title {
		width: 150px;
	}

	.display-column-date {
		width: 110px;
	}

	.display-column-action {
		width: 140px;
	}

	.toggle a,
	.toggle a:visited,
	.display-table a,
	.display-table a:visited {
		color: #00f;
		cursor: pointer;
		text-decoration: none;
	}

	.display-table a:hover {
		text-decoration: underline;
	}

	.display-filename {
		font-size: 0.9em;
	}

	.entry-description {
		display: none;
	}

	.display-column-sort a {
		background: transparent url('/images/sortArrowUp.gif') top right no-repeat;
		padding-right: 20px;
	}

	.display-column-sortrev a {
		background: transparent url('/images/sortArrowDown.gif') top right no-repeat;
		padding-right: 20px;
	}

	.toggle-off {
		display: none;
	}

	.display-row-odd {
		background-color: #ccc;
	}

	.display-row-even {
	}

	.delete-prompt {
		float: right;
	}

	.delete-action {
		float: right;
		display: none;
	}







