/* 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 {
	color: #666;
	margin-top: 45px;
}
.tdomf_form small { font-style: italic; }
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
 }
.tdomf_form .required:after {
 content: " *";
 color: #E6362D;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tdomf_form fieldset legend {
	color: #000;
	font-style: italic;
	font-size: 15px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}
.tdomf_form #whoami_name, .tdomf_form #whoami_email, .tdomf_form #whoami_webpage, .tdomf_form #content-title-tf { border: 1px solid #ddd; padding: 5px; width: 100%; }
.tdomf_form #content-text-ta { border: 1px solid #ddd; padding: 5px; margin-bottom: 40px; width: 100%; }
.tdomf_form_preview {
 border: 1px solid #ddd;
 padding: 10px;
 margin-bottom: 20px;
 font-style: italic;
}
.tdomf_form_preview p {
 margin-left: 15px; margin-top: 10px; font-style: normal;
}
.tdomf_form_message {
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
 text-align: left;
 font-style: italic;
 color: #666 !important;
}
#tdomf_upload_inline_form {
 color: #666;
 text-align: left;
 background-color: #fff;
 width: 100%;
 height: 100%;
 font-size: 13px;
}
#tdomf_upload_inline_form small { font-size: 13px; font-style: italic; }
#tdomf_upload_inline_form label { font-size: 13px; }
#tdomf_upload_inline_form .required:after {
 content: " *";
 color: #E6362D;
}
#tdomf_upload_inline_form input#tdomf_upload_inline_submit_1_, #tdomf_upload_inline_form input#tdomf_upload_inline_delete_all_1_ { border: 1px solid #ddd; font-family: Georgia, Times, "Times New Roman", serif; background: #ddd; padding: 4px 7px; cursor: pointer; }
#tdomf_upload_inline_form input#tdomf_upload_inline_submit_1_:hover, #tdomf_upload_inline_form input#tdomf_upload_inline_delete_all_1_:hover { background: #ccc; }
#uploadfile1__0 { border: 1px solid #ddd; }
.tdomf_upload_inline_errors {
 color: #E6362D; 
}

ul.tdomf_category_checklist, ul.tdomf_category_children {
 list-style-type: none; 
}

.tdomf_buttons {
	border: 0;
  text-align: left;
  margin-top: 30px;
}

.tdomf_buttons td {
 width: 10px;
}
.tdomf_buttons input { border: 1px solid #ddd;  background: #ddd; padding: 4px 7px; cursor: pointer; font-size: 16px; }
.tdomf_buttons input:hover { background: #ccc; }

/* 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;
}

/* 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;
}


