/* 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 {
	clear: both;
	display: block;
 }
.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;
 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;
}
.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;
}

.tdomf_form {
		color: #323232;
		font-size: 11px;
	}

#tdomf_upload_inline_form {
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		background:none;
}

.plik {
float:left;
clear:both;
}

.tdomf_categories{
		clear: both;
		float: left;
		padding: 3px;
		width: 238px;
}

#tags {
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #CCCCCC;
		clear: both;
		float: left;
		height: 20px;
		padding: 3px;
		width: 230px;
}

#uploadfiles_inline{
    clear: both;
    height: auto;
    width: 525px;
}

#uploadfile2__0 {
float:left;
clear:both;
}

#tdomf_upload_inline_submit_2_ {
    float: left;
}

#tdomf_form2 span {
font-family:arial;
}

#tdomf_form2 label {
font-family:arial;
}

.tdomf_form fieldset {
font-family:arial;
}

#content-text-ta{
margin: -20px 0 0;
padding:3px;
border: 1px solid #ccc;
}
#kat{
	float: left;
}
#customfields-tf-1-tf,
#customfields-tf-2-tf,
#customfields-tf-3-tf,
#customfields-tf-4-tf,
#customfields-tf-5-tf,
#customfields-tf-6-tf{
	margin: -20px 0 0 0;
}
#customfields-tf-2-tf{
	display: block;
	clear: both;
}
label.regulamin{
	clear: none;
	float: left;
	width: 555px;
}
textarea{
	resize:none;
}
input, textarea{
	padding: 5px !important;
}
.tdomf_form input#content-title-tf,
.tdomf_form input#customfields-tf-1-tf,
.tdomf_form input#customfields-tf-2-tf,
.tdomf_form input#customfields-tf-3-tf,
.tdomf_form input#customfields-tf-4-tf,
.tdomf_form input#customfields-tf-5-tf,
.tdomf_form input#customfields-tf-6-tf{
	width: 400px;
}
input#iagree{ float:left; width: auto; }
textarea#content-text-ta{
	width: 400px;
}
select.tdomf_categories{
	width: 410px;
}
input#tdomf_upload_inline_submit_2_{padding: 0 !important;}