/* 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. */
body {
  font-family:Arial,Helvetica,sans-serif;
}

iframe{
  background:none;
  width:100% !important;  
  padding:0;
}

#tdomf_upload_inline_form label {
  font-size:13px !important;
}

.tdomf_form {
  font-family:Arial,Helvetica,sans-serif;
  background:none;
}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
 }
.tdomf_form .required {
 font-weight: bold;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 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 dashed #777777;
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
}
.tdomf_form_preview p {
 margin-left: 15px;
}
.tdomf_form_message {
 padding: 5px;
 margin: 5px 5px 20px 0;
 text-align: left;
 border:1px dashed #777777;
}
#tdomf_upload_inline_form {
 text-align: left;
 /*background-color: white;*/
 color:#777777;
 width: 100%;
 height: 100%;
 font-size:12px;
}

#tdomf_upload_inline_form p, #tdomf_upload_inline_form p small {
  font-size:12px;
  color:#777777;
}

#tdomf_upload_inline_form input[type="submit"] {
 margin-top:10px;
}

#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 color: red;
 font-size: 13px;
}

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

.tdomf_buttons {
  text-align: left;
  margin-top:15px !important;
}
.tdomf_buttons td {
 width: 10px;
 border:none;
 background:none;
 padding:0;
}

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

input[type="file"] {
  background:none repeat scroll 0 0 #191919;
  border:1px solid #303030;
  color:#999999;
  font-family:Arial,Helvetica,sans-serif;
  padding:5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top:3px;
}

input[type="submit"], input[type="button"], button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background:url("../../themes/gallery/images/btn-bg.jpg") repeat-x scroll left top transparent;
  border:1px solid #101010;
  color:#DDDDDD;
  cursor:pointer;
  font-family:Verdana,Arial,sans-serif;
  font-size:10px;
  font-weight:normal;
  height:22px;
  line-height:0.75em;
  overflow:hidden;
  padding:3px 18px;
  position:relative;
  text-transform:uppercase;
}

.tdomf_form input[type="text"], input[type="password"], textarea, select {
  background:none repeat scroll 0 0 #191919;
  border:1px solid #303030;
  color:#999999;
  font-family:Arial,Helvetica,sans-serif;
  padding:5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
