#logo { /* new logo image name and size (example is twice the original logo) */
  background: url("images/project_logo.png") 0 0;
  height: 22px;
  width: 176px;
}

.list.inputControls #sdate.leaf, #sdate1.leaf, #payment_price_1.leaf, #payment_price_2.leaf, #payment_price_3.leaf{ 
float: left; 
width: 50%;
margin: 0 0 0 0;
}

.list.inputControls  #edate.leaf, #edate1.leaf, #payment_date_1.leaf, #payment_date_2.leaf, #payment_date_3.leaf{ 
width: 50%;
margin: 0 0 0 0;
}

.list.inputControls  #payment_date_1.leaf, #payment_date_2.leaf, #payment_date_3.leaf{ 
width: 40%;
margin: 0 0 0 0;
}

textarea[id="query.sql"]{
height: 300px;
}