/* Block Top Search */
#search_block_top {position: absolute;right: 0;top: 174px;}
#searchbox {
    background:none repeat scroll 0 0 #fff;
    border: 0 none;
    padding: 0 10px 0 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.2);
    }  
#searchbox input[type="submit"] {background: url(../../../img/search-zoom.png) no-repeat center center transparent; border:none; text-indent:-999px; width: 30px;}
#searchbox input[type="text"] {background:none; border:none; width: 150px; height:20px; padding-left:10px; font: 14px Arial, Helvetica,Sans-serif; color: #333;
    -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;}
#searchbox input[type="text"]:focus, #searchbox input[type="text"]:hover {width: 200px; outline:none}
#searchbox p {padding:0;}