/* Keyword input */

.main_key {
 border: none;
 font: 24px Arial, Helvetica, sans-serif; color: #666666;
 text-align: left;
 width:320px;
}

.parent_key {
  display: table;
  height: 51px;
  width: 342px;
  background-image:url(../../images/main/input_key.png); 
  background-repeat:no-repeat;
  float:left;
  }
  
.content_key {
  display: table-cell;
  vertical-align: middle;
}

/* Zip input */

.main_zip {
 border: none;
 font: 24px Arial, Helvetica, sans-serif; color: #666666;
 text-align: left;
 width:100px;
}

.parent_zip {
  display: table;
  height: 51px;
  width: 130px;
  background-image:url(../../images/main/input_zip.png); 
  background-repeat:no-repeat;
  float:left;
  margin-left:12px;
  }
  
.content_zip {
  display: table-cell;
  vertical-align: middle;
}

/* Categories input */

.main_categories {
 border: none;
 font: 18px Arial, Helvetica, sans-serif; color: #666666;
 text-align: left;
 width: 163px;
 opacity: 0;
 filter: alpha(opacity=0);
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 
}

.parent_categories {
  display: table;
  height: 51px;
  width: 163px;
  background-image:url(../../images/main/select_categories.png); 
  background-repeat:no-repeat;
  float:left;
  margin-left:12px;
  }
  
.content_categories {
  display: table-cell;
  vertical-align: middle;
}

/* Search input */

.main_search {
 border: none;
 font: 24px Arial, Helvetica, sans-serif; color: #666666;
 text-align: center;
 width:100px;
}

.parent_search {
  display: table;
  height: 51px;
  width: 129px;
  background-repeat:no-repeat;
  float:left;
  margin-left:12px;
  }
  
.content_search {
  display: table-cell;
  vertical-align: middle;
}
