@charset "utf-8";
/* CSS Document */

legend {
	text-align: right;
	float: right;
}

table.form tr td {
	text-align: left;
}

#reset-button {
	float: right;
}

#submit-button {
	float: left;
}

#content {
	direction: ltr;
}

#page-content h1, h2, h2.h1-style, h3, h4, h5, h6 {
	padding: 0px;
	background-image: none;
}

#content #page-location {
	direction: rtl;
}

#content img {
	float: right;
	margin: 5px 0px 5px 10px;
}

#content ul li, #content ol li {
	text-align: left;
}

