.prod_search {
    margin-bottom: 6px;
    width: 190px;
    word-wrap: break-word;
    text-align: center;
    background: #f2f2f2 left top repeat-x;
      border: 1px solid #04602d;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    font-size: 11pt;
    color: #298A27;
    margin-bottom: -2px;
}
.prod_search_text {
    display: table-cell;
    width: 150px;
}
.prod_search_button {
display: table-cell;
background: no-repeat url(https://altcigar.fast.vds.vps-dns.info/published/publicdata/ALTCIGARSHOP/attachments/SC/images/button_search.png) 17px 2px;
height: 24px;
width: 56px;
line-height: 39px;
border: none;
border-radius: 0 6px 6px 0;
transition: background-color 300ms;
box-sizing: border-box;
}

.prod_search_button:hover {
 background-color:#fff;
}

input.prod_search_input {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    padding: 0;
}

.input_message{
display: inline-block;
height: 28px;
width: 100%;
max-width: 573px;
box-sizing: border-box;
margin: 0;
padding: 3px 0px 3px 4px;
border: 0px solid transparent;
font-size: 14px;
font-family: Arial,sans-serif;
color: #000;
line-height: 18px;
outline: none;
vertical-align: middle;
border-radius: 6px 0px 0 6px;
text-overflow: ellipsis;
box-shadow: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.input_message_focus{
display: inline-block;
height: 28px;
width: 100%;
max-width: 573px;
box-sizing: border-box;
margin: 0;
padding: 3px 0px 3px 4px;
border: 0px solid transparent;
font-size: 14px;
font-family: Arial,sans-serif;
color: #000;
line-height: 18px;
outline: none;
vertical-align: middle;
border-radius: 6px 0px 0 6px;
text-overflow: ellipsis;
box-shadow: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}