/* 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:0;
	 margin:0 0 10px 0;
	 padding:0;
}
.tdomf_form fieldset {
	 border: 0px;
	 margin:5px 0 5px 0;
	 clear:both;
	 padding:0;
}
.tdomf_form label {
	clear:both;
 }
.tdomf_form .required {

}
.tdomf_form fieldset {

}
.tdomf_form fieldset legend {

}
.tdomf_form input[type=text], .tdomf_form textarea {
	padding:5px;
	border: 1px solid #888;
	vertical-align:top;
	width:450px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}
.tdomf_form .tdomf_categories {
	padding:5px;
	border: 1px solid #888;
	vertical-align:top;
	width:465px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}
.tdomf_form_preview {
	 border: 0;
	 padding: 5px 0 5px 0;
	 margin: 5px 0 20px 0;
}
.tdomf_form_preview p {
	padding:0;
}
.tdomf_form_message {
	 margin: 5px 0 5px 0;
	 margin-bottom: 20px;
	 text-align: left;
}
#tdomf_upload_inline_form {
	 text-align: left;
	 background-color: white;
	 height: 100%;
	 padding:0;
	 margin:0;
}
#tdomf_upload_inline_form .required {
	 font-weight: bold;
}
.tdomf_upload_inline_errors {
	 color: red;
}

ul.tdomf_category_checklist, ul.tdomf_category_children {
	 list-style-type: none; 
}

.tdomf_buttons {
	  text-align: left;
}
.tdomf_buttons td {
	 width: 10px;
	 margin-bottom:10px;
}

/* Formatting the QuickTag toolbar */

#ed_toolbar input {
	padding:5px; 
	border: 1px solid #888; 
	vertical-align:top;
	width:315px; 
	color:#333333;
}
#ed_toolbar input:hover {
}
#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;
}

/* Required for AJAX progress display */

.tdomf_shadow {
    background: black;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
}

.hidden {
    display: none;
}

.progress {
    position: absolute;
    display: block;
    background: #f9fcfe;
    padding: 5px 0 5px 0;
}

