/* 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 {
    background: #e8e6d5;
    padding: 15px;
    border: 1px solid #a8a592;
    margin: 20px 50px 0 35px;
}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
 }
.tdomf_form .required {
 font-weight: normal;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tdomf_form fieldset legend {
  font-size: 22px;
  line-height: 22px;
  color: #47311c;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
  padding-top: 15px;
}
.tdomf_form_preview {
 border: 1px dotted black;
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
}
.tdomf_form_preview p {
 margin-left: 0px;
}
.tdomf_form_message {
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
 text-align: center;
 border: none;
 background: transparent;
}
#tdomf_upload_inline_form {
 text-align: left;
 height: 100%;
 border: 2px solid #d34141;
 background: #fffef4; 
 width: 380px;
 padding: 10px;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 background-color: lightcoral;
		border: 1px solid red;
		color: #000;
}

ul.tdomf_category_checklist, ul.tdomf_category_children {
 list-style-type: none;
 margin: 10px 0px 10px 20px;
 font-size: 12px; 
}

ul.tdomf_category_checklist li, ul.tdomf_category_children li {
  padding: 5px;
}

.tdomf_buttons {
  border: 1px solid #bbac90;
  background: #e6e4ca;
  color: #bbac90;
  padding: 5px;
  margin-top: 8px;
  margin-left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.tdomf_buttons td {
 width: 10px;
}

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


