/* 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 {
	position:absolute;
	top:80px;
	left:270px;
}
.tdomf_form fieldset {
	width:auto;
	border: 0px;
}
.tdomf_form fieldset#story_content {
	/*width:340px;*/
}
.tdomf_form p {
 color:#fff;
}
.tdomf_form label {
	color:#fff;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #333;
 }
.tdomf_form input.text, .tdomf_form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:330px;
	padding:3px;
	margin-top:2px;
	margin-right:0px;
	margin-bottom:5px;
	border:1px solid #e5e5e5;
	background:#fff;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.tdomf_form textarea {
	height:120px;
}

.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 10px;
	text-align: left;
	position:absolute;
	top:0px;
	left:270px;
	width:318px;
	background-color:#FFF200;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}



#tdomf_upload_inline_form {
 text-align: left;
 width: 100%;
 height: 100%;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#fff;
}
#tdomf_upload_inline_form p {
	margin:0 0 3px; 0;
}
#tdomf_upload_inline_form label {
	color:#fff;
	text-transform:uppercase;
 	text-shadow:1px 1px 1px #333;
}

#tdomf_upload_inline_form small {
	font-size:10px;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
#tdomf_upload_inline_form .tdomf_upload_inline_errors {
 color: red;
}
#tdomf_upload_inline_form input.tdomf_upload_inline_submit {
	background:url("../../themes/7upfree/images/button_uploadnow.gif") top left no-repeat scroll;
	width:103px;
	height:26px;
	text-indent:-999px;
	border:1px solid #4BAB3B;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#tdomf_upload_inline_form input.tdomf_upload_inline_delete_all {
	background:url("../../themes/7upfree/images/button_delete.gif") top left no-repeat scroll;
	width:93px;
	height:26px;
	text-indent:-999px;
	border:1px solid #4BAB3B;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#tdomf_upload_inline_form input.tdomf_upload_inline_delete_all:hover,
#tdomf_upload_inline_form input.tdomf_upload_inline_submit:hover {
	border:1px solid #13455b;
}


ul.tdomf_category_checklist, ul.tdomf_category_children {
 list-style-type: none; 
}

.tdomf_buttons {
  text-align: left;
}
.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;
}

.uppercase {
	text-transform:uppercase;	
}
.lowercase {
	text-transform:lowercase;	
}
.strong {
	font-weight:bold;	
}

.tdomf_form input.tdomf_form_send {
	background:url("../../themes/7upfree/images/button_upload.gif") top left no-repeat scroll;
	width:143px;
	height:40px;
	text-indent:-999px;
	border:1px solid #4BAB3B;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
}


.tdomf_form input.tdomf_form_send:hover {
	border:1px solid #13455b;
}

.tdomf_button {
	position:absolute;
	top:320px;
	left:100px;
	width:143px;
	height:40px;
	
}

.tdomf_form .message {
	position:absolute;
	font-size:14px;
	top:130px;
	font-weight:bold;
	text-shadow:1px 1px 1px #333;
	width:330px
}

#tdomf_upload_inline_form {
width: 260px;
}

#tdomf_upload_inline_form p {
	width: 260px!important;
}