/* 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 { text-align:center;
}
.tdomf_form fieldset {
 border: 0px;text-align:center;
}
.tdomf_form label {text-align:center;
 }
.tdomf_form .required {
 font-weight: bold;text-align:center;
}
.tdomf_form fieldset {
text-align:center;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tdomf_form fieldset legend {
  font-weight: bold;text-align:center;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}
.tdomf_form_preview {
 border: 1px dotted black;text-align:center;

 margin-bottom: 20px;
}
.tdomf_form_preview p {
 margin-left: 15px;text-align:center;
}
.tdomf_form_message {
;text-align:center;
 margin-bottom: 20px;
 text-align: left;
}
#tdomf_upload_inline_form {
text-align:center;
 background-color: white;
 width: 90%;
 height: 100%;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;text-align:center;
}
.tdomf_upload_inline_errors {
 color: red;text-align:center;
}

#tdomf_category_checklist ul, .tdomf_category_children ul {
 list-style-type: none; text-align:center;
}

.tdomf_category_children ul {text-align:center;
}

/* Formatting the QuickTag toolbar */
text-align:center;
#ed_toolbar input {
 /*padding: 0px;
 margin: 2px;
 margin-bottom: 0px;
 margin-top: 10px;*/
}
#ed_toolbar input:hover {text-align:center;
 /*padding: 0px;*/
}
#ed_bold {
 font-weight:bold;text-align:center;
}
#ed_italic {
 font-style:italic;text-align:center;
}
#ed_link, #ed_ext_link {text-align:center;
 color:blue;
 text-decoration: underline;
}
#ed_under {
 text-decoration: underline;text-align:center;
}
#ed_strike {
 text-decoration: line-through;text-align:center;
}

/* Required for AJAX progress display */

.shadow {text-align:center;
    background: black;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    padding: 15px;
}

.hidden {
    display: none;text-align:center;
}

.progress {
    position: absolute;text-align:center;
    display: block;
    background: #f9fcfe;
    padding: 5px;
}


