/* 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: 100% !important;
}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
 }
.tdomf_form .required {
 font-weight: bold;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100% !important;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tdomf_form fieldset legend {
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}
.tdomf_form_preview {
 border: 1px dotted black;
 padding: 3px;
 margin: 3px;
 margin-bottom: 10px;
}
.tdomf_form_preview p {
 margin-left: 15px;
}
.tdomf_form_message {
 padding: 3px;
 margin: 3px;
 margin-bottom: 10px;
 text-align: left;
 border: 1px dotted black;
}
#tdomf_upload_inline_form {  
 font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
 text-align: left;
 color: #fff;
 background: #000 !important;
 width: 100% !important;
 height: 240px !important;
 overflow: hidden;
}
#uploadfile1__0,#uploadfile1__1 {
  margin-bottom: 5px !important;
  width: 100px !important;
} 
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
#tdomf_upload_inline_submit_1_ {
  -moz-border-radius-bottomleft:20px !important;
  -moz-border-radius-bottomright:20px !important;
  -moz-border-radius-topleft:20px !important;
  -moz-border-radius-topright:20px !important;
  background:transparent url(images/btn-bg.jpg) repeat-x scroll left top !important;
  border:1px solid #101010 !important;
  color:#DDDDDD !important;
  cursor:pointer !important;
  font-family:Verdana,Arial,sans-serif !important;
  font-size:10px !important;
  font-weight:normal !important;
  height:22px !important;
  line-height:0.75em !important;
  overflow:hidden !important;
  margin-top: 18px !important;
  padding:3px 18px !important;
  position:relative !important;
  text-transform:uppercase !important;
}
.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;
}

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

