HTML, BODY
{
	margin: 0;
	padding: 0;
}
.tdomf_form
{
}
.tdomf_form FIELDSET
{
	border: 0px solid #000000;
}
.tdomf_form LABEL
{
}
.tdomf_form .required
{
	font-weight: bold;
}
.tdomf_form FIELDSET
{
	text-align: left;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tdomf_form FIELDSET LEGEND
{
	padding-left: 0px;
	margin-left: 0px;
}
.tdomf_form_preview
{
	border: 1px dotted #000000;
	padding: 5px;
	margin: 5px;
	margin-bottom: 20px;
}
.tdomf_form_preview P
{
	margin-left: 15px;
}
.tdomf_form_message
{
	padding: 5px;
	margin: 5px;
	margin-bottom: 20px;
	text-align: left;
	font: 12px sans-serif;
}
#tdomf_upload_inline_form
{
	text-align: left;
	width: 100%;
	height: 100%;
}
#tdomf_upload_inline_form .required
{
	font-weight: bold;
}
.tdomf_upload_inline_errors
{
	color: #FF0000;
}
UL.tdomf_category_checklist, UL.tdomf_category_children
{
	list-style-type: none;
}
.tdomf_buttons
{
	text-align: left;
}
.tdomf_buttons TD
{
	width: 10px;
}
/*Formatting the QuickTag toolbar*/
#ed_toolbar INPUT
{
/*padding: 0px;
margin: 2px;
margin-bottom: 0px;
margin-top: 10px;*/
}
#ed_toolbar INPUT:hover
{
/*padding: 0px;*/
}
#ed_bold
{
	font-weight: bold;
}
#ed_italic
{
	font-style: italic;
}
#ed_link, #ed_ext_link
{
	color: #0000FF;
	text-decoration: underline;
}
#ed_under
{
	text-decoration: underline;
}
#ed_strike
{
	text-decoration: line-through;
}
/*Required for AJAX progress display*/
.tdomf_shadow
{
	background: #000000;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 15px;
}
.hidden
{
	display: none;
}
.progress
{
	position: absolute;
	display: block;
	background: #F9FCFE;
	padding: 5px;
}
