﻿
.look-control.textboxbutton
{
    padding: 1px 0 1px 0;
}

.look-control.textboxbutton .inner-container
{
    position: relative;
    width: 100%;
    height: 100%;

    border-color: #808080;
}

.look-control.textboxbutton input
{
    display: block;
    height: 100%;
    padding: 0 2px 0 2px;

    border-style: solid;
    border-color: inherit;
    border-width: 1px;
    border-right: 0; 
}

.look-control.textboxbutton button
{
    background-color: #C0C0C0;
    
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    
    border-style: solid;
    border-color: inherit;
    border-width: 1px;
        
    cursor: pointer;
    cursor: hand;
    
    text-align: center;
 }

.look-control.textboxbutton:not([disabled]) button:active
{
    background-color: #A0A0A0;
}

.look-control.textboxbutton button img
{
    display: none;
}
