<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input
{
    outline: none;
}
textarea
{
    outline: none;
    resize: none;
 
}
.searchInput
{
    float: left;
    margin: 20px;
    border: 1px solid #D6D6D6;
    width: 168px;
    height: 30px;
}
.searchInput input
{
    border: none;
    background: transparent;
    margin-top: 5px;
    margin-left: 5px;
    width:130px;
}
.btnSearch
{
   background: url("../../images/Master/sprite.png") no-repeat scroll -18px 2px transparent;
    display: block;
    float: right;
    height: 28px;
    width: 25px;
}
.textArea
{
    border-top: 2px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    float:left;
    border-bottom: 1px solid #DCDCDC;
       font-family:Verdana;
    font-size:11px;
}
/* Default Input */
.textbox
{
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 2px 1px 1px;
    height: 30px;
    float:left;
    text-indent: 5px;
       font-family:Verdana;
    font-size:13px;
}

select.textbox
{
height: 35px;
    padding: 7px 5px 5px 0;
    text-indent: 0;
    }</pre></body></html>