@font-face {
    font-family: 'metrophobicregular';
    src: url('http://www.greenwoodking.com/webfont/metrophobic-webfont.eot'),
         url('http://www.greenwoodking.com/webfont/metrophobic-webfont.eot?#iefix') format('embedded-opentype'),
	     url('http://www.greenwoodking.com/webfont/metrophobic-webfont.otf') format("opentype"),
         url('http://www.greenwoodking.com/webfont/metrophobic-webfont.woff') format('woff'),
         url('http://www.greenwoodking.com/webfont/metrophobic-webfont.ttf') format('truetype'),
         url('http://www.greenwoodking.com/webfont/metrophobic-webfont.svg#metrophobicregular') format('svg');
    font-weight: normal;
    font-style: normal;	
}
#search {

}

#search input[type="text"] {
    background: url(http://www.greenwoodking.com/images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #CCC;
    font: 12px 'district_prothin', sans-serif;
    color: #8f837e;
    width: 200px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 250px;
    }