/* 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 {
}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
 }
.tdomf_form .required {
 font-weight: normal;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 padding-top: 10px;
 padding-bottom: 15px;
 margin:0 0 15px 0;
 border-bottom: 2px solid #09CBD2;
}
.tdomf_form fieldset label {
float:left;
display: block;
margin:0 20px 10px 0;
 }
 
.tdomf_form #customfields-cb-1-cb,.tdomf_form #iagree {display: block;float:left;margin:0 10px 0 0;}

.tdomf_form fieldset input {height:18px;margin:3px 0 0 0;}
.tdomf_form fieldset legend {
  font-size: 22px;
  color: #1d6e77;
  font-family: "ChinoITCProBlackItalic",Georgia,sans-serif;
  padding-bottom: 0;
  padding-left: 0px;
  margin-left: 0px;
}
.tdomf_form legend span {font-family: "DroidSansRegular", Helvetica, sans-serif;color:#fff;font-size: 12px;font-weight: normal;}

.tdomf_form fieldset textarea {margin: 0px 0 15px 0;}
.tdomf_form_preview {
 border: 2px solid #09CBD2;
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
}
.tdomf_form_preview p {
 margin-left: 15px;
}
.tdomf_form_message {
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
 text-align: left;
}
#tdomf_upload_inline_form {
 text-align: left;
 width: 100%;
 height: 100%;
 margin:0;
 padding:0;
}
#tdomf_upload_inline_form p, #tdomf_upload_inline_form small {color:#fff;font-family: "DroidSansRegular", Helvetica, sans-serif;}
#tdomf_upload_inline_form .required {
 font-weight: normal;
}
.tdomf_upload_inline_errors {
 color: red;
}
#tdomf_upload_inline_form label {margin:0 0 10px 0;color:#fff;font-family: "ChinoITCProBlackItalic",Georgia,sans-serif;}
#tdomf_upload_inline_form #tdomf_upload_inline_submit_1_  {margin:10px 0 0 0;}

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 {
 text-decoration: underline;
}
#ed_under {
 text-decoration: underline;
}
#ed_strike {
 text-decoration: line-through;
}

/* Required for AJAX progress display */

.tdomf_shadow {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
}

.hidden {
    display: none;
}

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


