.clear {
  clear: both;
}

.prawo {
  float: right;
}

.lewo {
  float: left;
}

#edytor {
  font-size: 1em;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  width: 900px;
  float: left;
  border: 1px solid #b4b4b4;
  background: #fafafa repeat-x top;
}

#edytor div#form-srodek {
  display: inline;
  padding: 0;
  margin: 20px;
  width: 860px;
  border: 0;
  float: left;
}

#edytor input {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
}


#edytor h1 {
  font-size: 1.2em;
  margin: 0 0 10px 10px;
}

#edytor h1 em {
  font-size: 0.5em;
  color: #9e9e9e;
  font-style: normal;
  font-weight: normal;
}

#edytor p {
  float: left;
  margin: 7px 0;
}


#edytor textarea {
  font-size: 1em;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  width: 838px;
  height: 400px;
  border: 1px solid #b4b4b4;
  padding: 10px;
}

#edytor input#edytor_tytul {
  width: 790px;
  padding: 2px 5px;
  float: right;
}

#edytor label#label_tytul {
  width: 50px;
  float: left;
  line-height: 28px; 
}


#edytor input {
  border: 1px solid #b4b4b4;
}

#edytor select {
  border: 1px solid #b4b4b4;
  width: 90px;
}


#edytor div.klawisze {
  margin: 20px 0;
  padding: 0;
  width: 330px;
  float: none;
}



#edytor div.klawisze p input {
  width: 41px;
  margin: 8px 4px;
}

#edytor div.klawisze input,
#edytor div.klawiszeAkcji input {
  background: #eee url('../_img/edytor-button.gif') repeat-x;
  height: 22px;
  width: 50px;
  padding: 1px;
  line-height: 13px;
  font-size: 13px;
  border: 1px solid #819BA3;
  cursor: pointer;
  margin: 10px 5px;
}

#edytor div.klawisze input:hover,
#edytor div.klawiszeAkcji input:hover {
  border: 1px solid #214753;
  background: #eee url('../_img/edytor-button.gif') repeat-x 0 3px;
}

#edytor div.klawisze input:active,
#edytor div.klawiszeAkcji input:active {
  background: #eee url('../_img/edytor-button.gif') repeat-x 0 -3px;
}

#edytor div.klawiszeAkcji {
  width: 880px;
  padding: 0;
  float: left;
}

#edytor div.klawiszeAkcji input {
  width: 150px;
  margin: 10px 20px 10px 0;
  
} 


/*    PALETA Z BARWAMi - TABELA    */

.paleta {
  margin: 0;
  float: right;
}

.paleta td,
.paleta td a,
.paleta td a img  {
  width: 7px;
  height: 7px;
  margin: 0;
  padding: 0;
  font-size: 7px;
}

.paleta td img {
  border: 0;
}


/*       BOKS Z EMOTAMI    */

#edytor .emoty {
  width: 480px;

  float: right;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#edytor .emoty li {
  margin: 7px;
  padding: 0;
  float: left;
}

#edytor .emoty li img {
  width: 19px;
  height: 19px;  
  cursor: pointer;
}

/* BOKSY Z OPCJAMI NAGŁÓWKA */ 

#opcje_naglowka p {
  margin: 5px 50px 5px 0;
}



