#donate_form #li_plz {
  float:left ;
}

#donate_form #li_plz input{
  width: 50px;
}
#donate_form #li_location label {
  padding-left: 18px;
  width: 40px;
}

#donate_form #li_location #id_location {
  width: 200px;
}

#donate_form #li_publish {
  margin-top: 1em;
}
#donate_form #li_publish label{
  float: right;
  width : 505px;
}

#donate_form #id_payment {
  width:312px;
  height: 20px;
}

.dtype-select {
  clear: both;
  width: 481px;
  margin-left: 60px;
}
.dtype-select .col1 {
  float:left ;
  width: 60px;
  margin-left: -60px;
}

.dtype-select .col2 {
    width: 400px;
}

.dtype-select .col2 label {
  float: none;
}

.dtype-select .col2 input {
  width: 100px;
  margin-left:1em;
}

#donation_type {
  border: 1px #bbb solid;
  background-color:#eee;
  padding: 12px

}
