/* 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;
 }
.tdomf_form .required {

}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tdomf_form fieldset legend {
  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_upload_inline_form {
 text-align: left;
 background-color: white;
 width: 100%;
 height: 100%;
}
#tdomf_upload_inline_form .required {

}
.tdomf_upload_inline_errors {
 color: red;
}

.tdomf_form label input, .tdomf_form textarea {
	width:270px;
	display:block;
	background: #404040; 
	border:1px solid #808080;
}

.tdomf_form label input, .tdomf_form textarea {
	padding:3px;
	width:270px;
	display:block;
	background: #404040; 
	border:1px solid #808080;
	color:#ccc;
}

.tdomf_form label input:hover, .tdomf_form textarea:hover	{
	background:#606060; 
	color:#000;
}

.tdomf_form label input:focus, .tdomf_form textarea:focus	{ 
	background:#808080;
	color:#000; 
}

#tdomf_form1_preview, #tdomf_form1_send {
	width:76px;
	height:26px;  
	padding:0 0 2px 0; 
	margin: 0px 3px 20px 0;
	background:url(../images/submit-bg.png) repeat-x; 
	border:1px solid #808080;
	text-transform:lowercase;
	color:#ccc;
}

input#tdomf_form1_preview:hover, #tdomf_form1_send:hover, #tdomf_form1_preview:focus, #tdomf_form1_send:focus  {
	xfilter:alpha(opacity=90);x-moz-opacity:.90;xopacity:.90;
	border:1px solid #333;
}





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



