/* 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 {
font-size: 10pt;
}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
width:200px; text-align:right; padding-right:20px; float:left;
 }
.tdomf_form .required {
 font-weight: bold;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 clear:both;
}
.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;
 background-color: white;
 width: 100%;
 height: 100%;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 color: red;
}

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

.tdomf_buttons {
  text-align: left;
  margin-left: 100px;
}
.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;
}

.frm{
padding:8px 0px 8px 20px; 
float: left;
border-left: 1px solid #ccc;
}

.frm1{
width:227px; 
text-align:right; 
padding:8px 10px 0px 0px; 
float:left;
clear:both;
border-right: 1px solid #ccc;
position:relative;
left:1px;
}

.frm1 p {
	color:#888888;
	font-size:10px;
	margin:0px;
	text-align:right;
}

.frm2{
width:200px; 
text-align:right; 
margin-left:220px; 
float:left;
padding: 10px;
}
.frm3{
width:200px; 
text-align:right; 
margin-left:252px; 
float:left;
padding: 5px;
}

#tdomf_form2_send {
	background:#A11B1B none repeat scroll 0 0;
	border:1px solid #A11B1B;
	color:#FFFFFF;
	float:left;
	padding:3px 20px;
	width:auto;
}

.frm select {
	border:1px solid #DADADA;
	padding:3px;
	width:258px
}

.tdomf_form .frm2 input#iagree {
	width:auto;
	border:0px;
}

div.iagree {
	margin-left:238px;
	border-left: 1px solid #ccc;
	padding-top:0px;
}

.tdomf_form .obow {
	margin:0px 90px 0px 0px;
}
