/* You can modify the appearance of the form here. In later versions you will
   be able to modify this from within Wordpress and possible chose from a 
   number of defaults. */

.tdomf_form { border: 0px white solid; }
.tdomf_form fieldset { border: 0px white solid; }
.tdomf_form label { border: 0px white solid; }
.tdomf_form .required { font-weight: bold; }

.tdomf_form fieldset
{
	text-align: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px white solid;
}

.tdomf_form fieldset label { border: 0px white solid; }

.tdomf_form fieldset legend
{
	font-weight: normal;
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
	border: 0px white solid;
}

.tdomf_form_preview
{
	border: 1px dotted black;
	padding: 5px;
	margin: 5px;
	margin-bottom: 10px;
}

.tdomf_form_preview p { margin-left: 5px; }

#tdomf_upload_inline_form
{
	background-color: white;
	width: 100%;
	height: 100%;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #444;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
}

#tdomf_upload_inline_form .required { font-weight: bold; }
.tdomf_upload_inline_errors { color: red; }

/* 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: blue;
	text-decoration: underline;
}

#ed_under { text-decoration: underline; }
#ed_strike { text-decoration: line-through; }