.container_quickservice {
  display:inline;
  float:left;
  height:220px !important;
  /*margin:0px 0px 10px 3px;*/
  margin : 0 0 15px 3px;
  overflow:hidden;
  padding:0px 0px 10px 10px;
  width:170px !important;  
  background-image : url('/img/bg_quickservice.jpg');
  background-repeat : no-repeat;
}

.fh {
  display:inline;
  float:left;
  height:185px !important;
  /*margin:0px 0px 10px 3px;*/
  /*margin : 0 0 15px 3px;*/
  margin : 0 0 0 3px;
  overflow:hidden;
  padding:0px 0px 10px 10px;
  width:170px !important;  
  background-image : url('/img/bg_quickservice_fh.jpg');
  background-repeat : no-repeat;
}


.finish {	
  background-image : url('/img/bg_quickservice_finish.jpg');
  background-repeat : no-repeat;
}

.finish_fh {	
  background-image : url('/img/bg_quickservice_fh_finish.jpg');
  background-repeat : no-repeat;
}


.container_quickservice h1 {
  color : #ffffff;
  font-size : 12px;
  font-weight : normal;
  margin : 0;
  padding : 7px 0 13px 0;
  text-align : left;
}

.container_quickservice input {
  width : 153px;
  heigth : 10px;
  font-size : 9px;
}

.container_quickservice textarea, .container_quickservice select {
  font-family : Verdana, Arial, Helvetica;
  font-size : 10px;
  width : 153px;
}

.container_quickservice select {
  height : 18px;
}

.container_quickservice input.submit {
  width : 157px;
  heigth : 20px;
  font-size : 13px;
}

.container_quickservice td {
  padding : 1px 6px 1px 0;
}

.container_quickservice form {
  margin : 0;
}


