/*<!--     STYLESHEET FOR CONTACT FORM IN OPEL-LIGEZA -->
<!--     ALL RIGHTS RESERVED BY CPU-ZETO JELENIA GORA CPU-ZETO.COM.PL -->
<!--     DONE BY DAMIAN KOPIEC <damian.kopiec@cpu-zeto.com.pl>, <kopiec.damian@gmail.com> -->*/

#contact-form {
    position:absolute;
    z-index:1000;
    width:400px;
    background:white;
    font-size: 0.9em;
    margin-left:155px;
    padding:5px;
}
/*#contact-form form {
  
}*/
#contact-form fieldset {
  background:transparent url(../images/ligeza-logo.png) no-repeat top right;
  padding:5px;
    border:1px #CACACA solid;
}
#contact-form label {
  float:left;
  width:200px;
}
#contact-form input, #contact-form textarea {
  background-color: #D5E8EF;
  opacity: 0.5;
  font-size:10px;
  border:1px #CACACA solid;
}

.field {
  width:240px;
}

div.form-buttons {
  margin-top:5px;
  padding:5px;
}