/* 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_form1, .tdomf_form_message{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:none;
	color:#666666;
}

#tdomf_form1_message{font-size:0.9em; margin:10px 0 10px 0; padding:10px; color:#F90; border:1px solid #F93}

fieldset{border:none; margin:0; padding:0;}
label{display:block; margin:0 0 10px 0; padding:0; clear:both; font-size:0.9em;}
#content-text-ta{width:100%;}
input{border:1px solid #666666; padding:3px; font-size:0.9em;}


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


