/* 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 {
width:560px;
}

.tdomf_form input,.tdomf_form textarea{
 padding: 0px;
 margin: 2px;
 text-align:right;
 margin-bottom: 0px;
 margin-top: 3px;
 border:2px solid #7949B6;
 padding:3px;
 font :bold 16px arial;
 }
 
 
 
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
font :bold 16px arial;
 }
.tdomf_form .required {
 font-weight: bold;
}
.tdomf_form fieldset {
 text-align: right;
 padding-top: 5px;
 padding-bottom: 0px;
}
.tdomf_form fieldset legend {
  font-weight: bold;
  padding-bottom: 5px;
  padding-right: 0px;
  margin-right: 0px;
  text-align: right;
}
.tdomf_form_preview {
 border: 1px dotted black;
 padding: 5px;
 margin: 5px;
 margin-bottom: 5px;
}
.tdomf_form_preview p {
 margin-right: 15px;
}
.tdomf_form_message {
 padding: 5px;
 margin: 5px;
 margin-bottom: 5px;
 text-align: right;
}
#tdomf_upload_inline_form {
 text-align: right;
 background-color: white;
 height: 100%;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 color: red;
}

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

.tdomf_category_children ul {
}

/* Formatting the QuickTag toolbar */

#ed_toolbar input {
 padding: 0px;
 margin: 2px;
 text-align:right;
 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 */

.shadow {
    background: black;
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
}

.hidden {
    display: none;
}

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

