img {
	border: 0;
}
input.form_error {
	background-color: #FFCCCC;
	border: 1px maroon solid;
	padding: 1px;
	margin: 2px;
}
input.form_input {
	border: 1px #336699 solid;
	padding: 1px;
	margin: 2px;
}
select.form_input {
	border: 1px #336699 solid;
	padding: 1px;
	margin: 2px;
}
input.form_readonly {
	border: 0;
	padding: 1px;
	margin: 2px;
}
select.form_readonly {
	border: 0;
	padding: 1px;
	margin: 2px;
}
div.form_label {
	font-weight: bold;
}
div.form_error_label {
	border: 1px maroon solid;
	margin: 2px 0 2px 0;
	padding: 8px 2px 2px 2px;
	color: #400000;
	font-weight: bold;
	display: block;
	background: #FFCCCC url('../images/error_starter.png') no-repeat;
}
button.form_toolbarbutton {
	border: 1px #336699 solid;
	margin: 0 2px 0 0;
	cursor: pointer;
	height: 24px;
	width: 24px;
	padding: 0;
	position: relative;
}
button.form_toolbarbutton_active {
	border: 1px #336699 solid;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	padding: 0;
	background-color: orange;
}
button.form_toolbarbutton_disabled {
	border: 1px #336699 solid;
	margin-right: 2px;
	height: 24px;
	width: 24px;
	padding: 0;
	background-color: silver;
}
button.form_toolbarbutton:hover {
	background-color: silver;
}
div.form_toolbar {
	border: 1px black solid;
	padding: 2px;
	background-color: #F2F2E6;
}
table.colorpicker {
	border: 1px black solid;
	border-collapse: collapse;
	margin: 0;
	padding: 1px;
}
table.colorpicker td {
	border: 1px black solid;
	height: 16px;
	width: 16px;
}
table.colorpicker td img {
	height: 16px;
	width: 16px;
	cursor: pointer;
}
img.rte_imagelist {
	border: 1px orange solid;
	background:#FFFFCC url('../images/rte_imagelist.png') no-repeat;
	width: 64px;
	height: 64px;
}
.rtebutton {
	vertical-align:middle;
	padding:0;
	margin:1px 0;
}
.rte_off {
	background-color: #eeeeee;
}
.rte_on {
	background-color: #99aa22;
}
.rte_control {
	position: relative;
}
.rte_dialog {
	position: absolute;
	left: 15px;
	top: 30px;
	padding: 0px 10px 0px 10px;
	border: 2px outset black;
	background-color: #eeeeee;
	text-align: center;
	display: none;
}
.rte_dialoghead {
	position: relative;
	padding: 0px;
	border: 0;
	background-color: #000080;
	color: #ffffff;
	text-align: center;
	cursor: move;
}
