/* 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. */
label {
	font-weight:bold
}
.tdomf_form {
 font-family:Arial, Helvetica, sans-serif;
}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
 font-family:Arial, Helvetica, sans-serif;	
 }
.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 dotted black;
 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;
 padding:0px;
 width: 500px;
 height: 100%;
}
.erros {
 text-align: left;
 background-color: #FFFFEA;
 padding:20px;
 border: 2px dotted #E8E8E8;
 width: 500px;
 height: 100%;
 color:#F00;
 margin-top:30px;
}

#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 color: #C00;
 font-family:Arial, Helvetica, sans-serif;
 width: 500px;
 padding:20px;
 background-color:#FFC;
 border: 2px dotted #C00;
 text-align:center;
}

ul.tdomf_category_checklist, ul.tdomf_category_children {
 list-style-type: none; 
}

.tdomf_buttons {
  text-align: left;
  padding-left:10px;
}

small {
	font-size:11px;
	color: #999;
}

.btnenviar{
  background-color: #C00;
  border: 1px solid #900;
  width:540px;
  height:30px;
  cursor: pointer;
  color: #FFF;
  font-size:16px;
  font-weight:bold;
}

.caixas, .tdomf_categories{
  background-color: #EBEBEB;
  border: none;
  width:540px;
  height:30px;
  color: #666;
  font-size:16px;
  font-weight:bold;
}

#content-text-ta{
  background-color: #EBEBEB;
  border: none;
  width:540px;
  height:350px;
  color: #666;
  font-size:16px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif  
}

#textarea2 {width:540px; height:350px; color:#666; border: none; text-align:left; background-color:#EBEBEB; font-size:16px; padding: 5px; font-family:Arial, Helvetica, sans-serif}

.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;
}

