@charset "UTF-8";
/* CSS Document */

#top_cerca{float:right;margin:10px 5px 0px 0px;padding:0;width:280px;height:40px;}

input{
	color: #000000;
    font-size:12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	height:19px;
	padding-right:3px;
}
#search_txt{
	float: left;
    width: 210px;
    padding: 5px 0px 5px 5px;
    border-top: solid 1px #F0ECEB;
    border-left: solid 1px #F0ECEB;
    border-bottom: solid 1px #F0ECEB;
}
#search_sub{
	float: left;
    text-align: right;
    padding: 5px 5px 5px 0px;
    border-top: solid 1px #F0ECEB;
    border-right: solid 1px #F0ECEB;
    border-bottom: solid 1px #F0ECEB;
}
#search_txt input{
	width: 100%;
    border: none;
}