/* 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 {
line-height: 16px;
font-family:helvetica;
}
.tdomf_form p, #tdomf_upload_inline_form p, html {
padding:0;
margin:0;
}
.tdomf_form #content_title {
width:540px;
}

.tdomf_form_preview br, .tdomf_form br, #tdomf_upload_inline_form br {
padding:0;
margin:0;
display:none;
}

.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
display:block;
 }
 #preview-buble {
background-image:url(images/TDO-preview-bubble.png);
background-repeat:no-repeat;
height:95px;
padding:5px 10px;
width:502px;
 }
.tdomf_form #tags {
 width:540px}
.tdomf_form .required {
 font-weight: normal;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tdomf_form h3 {
border-bottom:1px dashed #CCCCCC;
color:#5E3B13;
display:block;
font-size:18px;
margin:30px 0;
line-height:24px;
}
.tdomf_form textarea {
padding: 6px;
font-size:12px;
border:1px solid #ddd;
font-family:helvetica;
width:540px;
}
.tdomf_form input {
border:1px solid #ddd;
font-size:16px;
margin-bottom:16px;
margin-right:6px;
margin-top:2px;
padding:6px;
width:250px;
}
.tdomf_form_preview {
 border: 1px dashed #ccc;
 padding: 15px;
 margin: 5px;
 margin-bottom: 20px;
}
.tdomf_form_preview p {
 margin-left: 0;
}
.tdomf_form_message {
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
 text-align: left;
}
#tdomf_upload_inline_form {
color:#444444;
font-family:helvetica;
font-size:14px;
line-height:18px;
text-align:left;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
#tdomf_upload_inline_form #uploadfile1_0 {
display:block;
}
#tdomf_upload_inline_form #uploadfile1_1, #tdomf_upload_inline_form #uploadfile1_2  {
display:block;
}
.tdomf_upload_inline_errors {
 color: red;
}
.tdomf_form iframe {
height:190px;}
ul.tdomf_category_checklist, ul.tdomf_category_children {
 list-style-type: none; 
}
.tdomf_form #q1captcha {
width:100px}
.tdomf_form #tdomf_form1_preview {
	background-color:#99CC00;
	border:1px solid #669900;
	cursor:pointer;
}
.tdomf_form #tdomf_form1_send {
	background-color:#993300;
	border:1px solid #990000;
	cursor:pointer;
}

.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;
}


