
#search_block_top {
    float: right;
    position: relative;
    z-index: 2;
	/*overflow: hidden;*/
    height: 30px;
}
#searchbox .button {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #cdcece;
    background: url("images/search.png") no-repeat scroll center center #D6D6D6;
    cursor: pointer;
    height: 30px;
    margin: 0 0 0 -3px;
    padding: 0;
    text-indent: -99999px;
    width: 35px;
    box-shadow: 0 0 0;
    border-radius: 0;
}
#searchbox {
    width: 180px!important;
    width: 38px;
    -moz-transition: width 0.5s ease 0s;
    -o-transition: width 0.5s ease 0s;
    -ms-transition: width 0.5s ease 0s;
    -webkit-transition: width 0.5s ease 0s;
}
/*
#searchbox:hover {
    width: 180px;
    -moz-transition: width 0.5s ease 0s;
    -o-transition: width 0.5s ease 0s;
    -ms-transition: width 0.5s ease 0s;
    -webkit-transition: width 0.5s ease 0s;
}
*/
#searchbox p{padding: 0; margin: 0;}
#searchbox label{display: none}
/*#searchbox:hover .search_query{width: 148px;padding-left: 5px;}*/
.search_query {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 0 none;
    color: #999999;
    font-style: italic;
    margin: 0;
    padding: 6px 0px 7px;
    outline: none;
    float: right;
    width: 0;
 	width: 148px;padding-left: 5px;
   -moz-transition: width 0.5s ease 0s;
    -o-transition: width 0.5s ease 0s;
    -ms-transition: width 0.5s ease 0s;
    -webkit-transition: width 0.5s ease 0s;
}