﻿div.search 
{
	width:90%;
	padding:6px;
}

div.search input{
    font-size: 1.2em;
    font-weight:bold;
    width:160px;
    /*color:#d1d1d1;	     */
    color:Gray;
    margin-top:5px;   
}



div.search a
{

	float:right;
    width:50px;
    height:25px;
    background-image:url(../../public/img/btn-search.gif);
    background-repeat: no-repeat;
    background-position:0px 0px;
    padding-bottom:10px;
    padding: 0px -10px 5px 0px;
}

div.search a:hover {
    
}