/* 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 {
	display: block;
	padding: 1px 0;
}
  
.tdomf_form .required {
 font-weight: bold;
}
.tdomf_form fieldset {
 text-align: left;
 padding-top: 0px;
 padding-bottom: 5px;
 border-top: 1px solid #776655;
 margin: 20px 0;
}
.tdomf_form fieldset legend {
  font-weight: bold;
  padding-bottom: 0px;  
  margin-left: 0px;
  font-size: 15px; 
  font-family: arial;
  padding-left: 3px;
  padding-right: 3px;
}
.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;
 font-size: 12px;
 background-color: #ffc7c7;
}
#tdomf_upload_inline_form {
 text-align: left;
 background-color: white;
 width: 100%;
 height: 100%;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 color: red;
}

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

.tdomf_category_children ul {
}

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

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

.tdomf_form input[type="textfield"], .tdomf_form input[type="text"], .tdomf_form input[type="password"], .tdomf_form select, .tdomf_form textarea	 { 
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 14px;
	width: 300px;
	background-color: #eaeada;
}

.tdomf_form input[type="textfield"]:hover, .tdomf_form input[type="text"]:hover, .tdomf_form input[type="password"]:hover, .tdomf_form select:hover, .tdomf_form textarea:hover{
	border: 1px solid #ac9965;		
}

.tdomf_form input[type="textfield"]:focus, .tdomf_form input[type="text"]:focus, .tdomf_form input[type="password"]:focus, .tdomf_form select:focus, .tdomf_form textarea:focus{
	border: 1px solid #796646;
	background: none;
}

.tdomf_form input[type="submit"] { border: 1px solid #796646; padding: 5px; }

