/*********************************** формочки, формочки... ***********************************/
/*поиск*/
.div_search_left_obram
{
    width: 8px;
    height: 20px;
    float: left;
    
    background-image: url(/img/bgs/search_left_obram.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.div_search_right_obram
{
    width: 8px;
    height: 20px;
    float: left;
    
    background-image: url(/img/bgs/search_right_obram.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.input_search_submit
{
    background-image: url(/img/icons/search.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    
    border: 0px solid #ff00ff;
    
    width: 20px;
    height: 20px;
    
    margin-left: 5px;
}
.input_search_text
{
    float: left;
    background-image: url(/img/bgs/search1.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #ffffff;
    
    border: 0px;
    
    width: 128px;
    height: 20px;
    line-height: 17px;
    
    padding: 0px;
}

/*обратная связь*/
.input_field_text
{
    float: left;
    background-image: url(/img/bgs/form/middle_field.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #ffffff;
    
    border: 0px;
    
    width: 195px;
    height: 22px;
    line-height: 17px;
    
    padding: 0px;
    
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #333132;
}

.input_captcha
{
    float: left;
    background-image: url(/img/bgs/form/middle_field.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #ffffff;
    
    border: 0px;
    
    width: 80px;
    height: 22px;
    line-height: 17px;
    
    padding: 0px;
    
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #333132;
}

.input_button_submit
{
    background-image: url(/img/bgs/form/button.png);
    background-repeat: no-repeat;
    
    border: 0px;
    
    width: 116px;
    height: 29px;
    
    padding: 0px;
}


.text_area
{
    background-color: #ffffff;
    
    width: 368px;
    height: 138px;
    
    border: 0px;
    
    padding: 10px;
    margin: 10px;
    
    overflow: auto;
    
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #333132;
}
