.formHandler {
  clear:both;
  margin-left:20px;
  width:500px;
  }

.formRow {
   clear:both;
   width:100%;
   }

.formCellLeft {
   display:block ;
   clear:left;
   padding:2px 7px 1px ;
   text-align:left;
   font-size:13px;
   }

.formCellRight {
   display:block ;
   clear:right;
   padding:0px 7px 2px;
   text-align:left;
   }

.formRowRequired {
  color:#ca152c;
  }

.submitHandler {
   clear:both;
   }

.formCellRight textarea, .formCellRight input {
   border:1px dotted #aaa;
   padding:2px 4px;
   min-height:18px;  
   }

.formCellRight textarea, .formCellRight input , .formCellRight select {
   margin-bottom:10px;
   margin-left:2px;
  }

.formCellRight textarea:focus, formCellRight input:focus {
  color:#888;
  border:1px dotted #ccc;
  background-color:#f9f9f9;
  }

.formCellRight select {
   border:1px dotted #aaa;
   padding:2px;
   font-size:13px;
   }

.formInput {
   border:1px dotted #aaa;
   padding:1px 4px;
   min-height:20px;
   margin:2px 2px 2px 10px;
   }

.formInput:focus {
  color:#888;
  border:1px dotted #ccc;
  background-color:#f9f9f9;
  }

.formHandler a {
  clear:both;
  display:block;
  text-align:center;
  margin-top:20px;
  text-decoration:none;
  font-size:17px;
  }


a.form_skasuj {
  display:block;
  clear:both;
  font-size:13px;
  margin-top:15px;
  text-align:center;
  font-weight:bold;
  color:#d12600; 
  text-decoration:none;
  }

a.form_skasuj:hover {
  color:#FFBB38;
}

.checkboxfieldcss {
  width:19px;
  height:19px;
}