.file_input_control
{
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white url(../images/folder.png) no-repeat 5px center;
  padding-left: 22px;
}
