
ul#toolbar {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 1em 0 0.25em 0;
	border-bottom: 1px solid #ccc;
	font-size: smaller;
	text-align: right;
}

ul#toolbar li {
	display: inline;
	padding-left: 1em;
}

ul#toolbar li a {
	text-decoration: none;
	font-weight: bold;
	padding: 40px 10px 0 10px;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

ul#toolbar li a.edit {
	background-image: url(/images/edit.gif);
}

ul#toolbar li a.create {
	background-image: url(/images/create.gif);
}

ul#toolbar li a.delete {
	background-image: url(/images/delete.gif);
}

ul#toolbar li a:hover {
	text-decoration: underline;
}

form fieldset {
	padding: 1em 1em 1em 0.75em;
	border: 1px solid #ccc;
	margin: 0 0 1em 0;
}

* html form fieldset {
}

* html form legend {
	margin-bottom: 1em;
}

legend {
	color: #273073;
}

form {
	clear: left;
}

form label {
	float: left;
	width: 30%;
	text-align: right;
	line-height: 1em;
	padding-top: 0.25em;
}

form label em {
	font-size: x-small;
	font-style: normal;
	display: block;
	color: #aaa;
}

form p.input {
	clear: left;
}

form input.text,
form textarea,
form p.static {
	width: 65%;
}

* html form input.text,
* html form textarea,
* html form p.static {
	width: 64%;
}

form input.text,
form input.file,
form input.button,
form textarea,
form select,
form p.static {
	margin-left: 4%;
}

form textarea {
	height: 10em;
}

form textarea#details {
	height: 20em;
}

form .validation_error {
	color: #ba0a38;
	text-align: center;
	font-size: larger;
	border: 1px solid #ba0a38;
}

form .field_error {
	color: #ba0a38;
}

form input.error,
form textarea.error,
form select.error {
	border: 1px solid #ba0a38;
}

label span.error {
	color: #ba0a38;
	display: block;
	font-style: italic;
	font-size: smaller;
	line-height: 1.2em;
	margin-bottom: 1em;
}

form p.submit {
	float: left;
	margin-right: 1em;
}

form p.cancel {
	text-align: right;
	font-size: smaller;
	clear: none;
}

form fieldset#property_images img {
	width: 100px;
}

form fieldset#property_pdf .image,
form fieldset#property_images .image {
	float: left;
	margin-right: 10px;
}

form hr {
	clear: both;
	display: block;
}

form fieldset#property_pdf .image label, 
form fieldset#property_pdf .image input,
form fieldset#property_images .image label, 
form fieldset#property_images .image input {
	width: auto;
}

form fieldset#submit p {
	padding-top: 40px;
}

form fieldset#submit p.cancel a {
	padding: 40px 10px 0 10px;
	background: url(/images/cancel.gif) no-repeat 50% 0;
}

form fieldset#article_content textarea#body {
	height: 20em;
}

form fieldset#register p.submit {
	float: none;
	margin-left: 0.5em;
}

form fieldset#register p.submit label {
	visibility: hidden;
}