/* 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 {
    padding:10px 10px 10px 10px;
    font-size: 12px;
    color: #000;
}
.tdomf_form .colright {float:left;width:192px;margin-bottom:5px;}
.tdomf_form .colleft {float:left;width:62px;text-align:right;margin-right:5px;margin-bottom:2px;}
.tdomf_form iframe {background-color:#ff3600;height:80px;width:245px;padding-left:29px;overflow: hidden;margin-bottom:0;padding-bottom:0;}
.tdomf_form input[type="text"],
.tdomf_form input[type="file"], 
.tdomf_form textarea {margin:0;padding:0;width:190px;border:1px solid black;color:#000;text-align:left;}
.tdomf_form textarea {height:35px;}
.tdomf_form input[type="text"] {height:20px;}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form .clear {
line-height: 1px;
font-size: 1px;
overflow: hidden;
height:1px;
}
#tdomf_form1_send {
    float: right;
    margin-right: 22px;
}
.tdomf_form label {
    text-align:right;
    font-size:12px;
    color:#0e0e0e;
 }
.tdomf_form .required {
 font-weight: normal;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 padding-top: 0px;
 padding-bottom: 0px;
}
.tdomf_form fieldset legend {
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}
.tdomf_form_preview {
 border: 1px dotted black;
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
}
.tdomf_form_preview p {
 margin-left: 15px;
}
.tdomf_form_message {
 padding: 0px;
 margin: 0px;
 margin-bottom: 5px;
 text-align: left;
 font-size: 12px;
 padding: 20px 0 0 40px;
 position: absolute;
 top:0;
 left:0;
 width:240px;
 height:230px;
 background-color: #ff3600;
 z-index: 9009;
}
#tdomf_form1_message br {height:1px;line-height:1px;font-size:1px;display:block;}

.tdomf_form_message p.error_title {
    text-transform: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tdomf_form_message font {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #000;
}
.tdomf_form_message a.button {
    margin: 15px 0 0 0;
}
#tdomf_upload_inline_form {
 text-align: left;
 float: left;
 width: 175px;
 .width: 198px;
 overflow: hidden;
 margin-top: 10px;
}
#tdomf_upload_inline_form label input {
width:175px\9;
}
#tdomf_upload_inline_form label {text-align:right;}
.tdomf_upload_inline_label {
    font-size:13px;
    color:#0e0e0e;
    float: left;
    display: block;
    margin-right: 9px;
    margin-top: 10px;
}

#tdomf_upload_inline_form .required {
 font-weight: normal;
 font-size:13px;
}
#tdomf_upload_inline_form .required div {
    margin-left: 3px;
    cursor: pointer;
}
#tdomf_upload_inline_form input.file {
    border: 1px solid black;
    background: #fff;
    height: 15px;
    line-height:15px;
}
#tdomf_upload_inline_form input[type="submit"] {display:block;line-height:20px;padding:0 18px;background:#000;-moz-border-radius:2px;-webkit-border-radius:2px;color:#fff;float:left;font-size:11px;border:none;line-height: 20px;margin-top: 3px;}
.tdomf_upload_inline_errors {
 color: #000;
 font-size: 13px;
 line-height: 13px;
 padding-bottom: 7px;
}
#tdomf_upload_inline_form {
    font-size: 13px;
    line-height: 13px;
    font-style: normal;
    font-weight: normal;
}
#tdomf_upload_inline_form p,
#tdomf_upload_inline_form i {
    font-size: 13px;
    margin: 0 0 10px 0;
    line-height: 13px;
    font-style: normal;
}

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: 300px;
    height:250px;
    padding: 0px;
    z-index: 9001;
}

.hidden {
    display: none;
}

.progress {
    display: block;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    z-index: 9002;
    text-indent: -9000px;
    font-size: 0;
    background: url('/wp-content/themes/flylyf_2.0/images/ajax-loader-new-blackbk.gif') no-repeat center center;
    
}

