@media only screen and (max-width: 500px){
header .header_right_widget {
    width: 130px;
}
#searchform input[type="text"] {
    width: 53%;
}
#searchform input[type="submit"] {
    width: 35%;
}
};