<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.TextBox
{
    padding:5px;
    border:1px solid #00aac1;
    background-color: #cfe1e3;   
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;   
            font-family: Tahoma, Arial;
            font-size: 12pt;
            color:#5e5e5e;                  
}

.TextBoxWhite
{
    padding:5px;
    border:1px solid #00aac1;
    background-color: #fff;   
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;   
            font-family: Tahoma, Arial;
            font-size: 16pt;
            color:#5e5e5e;                  
}

.DropDownList
{
    padding:5px;
    border:1px solid #00aac1;
    background-color: #fff;   
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;   
            font-family: Arial;
            font-size: 16pt;
            color:#5e5e5e;                  
}

.TextBoxPrice
{
    padding:5px;
    border:0px solid #fff;
    background-color: #fff;   
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;   
            font-family: Arial;
            font-size: 16pt;
            font-weight:bold;
            color:#ff2525;                  
}

.SearchTextBox
{
    padding:5px;
    border:1px solid #d9d9d9;
    background-color: #fff;   
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;   
            font-family: Tahoma, Arial;
            font-size: 12pt;
            color:#5e5e5e;                    
}

.RegularTextBox
{
    padding:5px;
    border:1px solid #00aac1;
    background-color: #fff;   
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;   
            font-family: 'bebas_neueregular', Tahoma, Arial;
            font-size: 16pt;
            color:#242424;                    
}

.NoStyleRegularTextBox
{
    padding:0px;
    background-color: #fff;     
    font-family: Arial;
    font-size: 10pt;
    color:#242424;                    
}

/*******************File Upload*****************/
.fileUpload 
{
    font-family: Arial;
	position: relative;
	overflow: hidden;
	padding:5px;
    border:0px;
    background-color: #eaf1ff;   
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;   
            font-family: Arial;
            font-size: 14pt;
            color:#242424;    
}

.Splitline
{
    border-bottom: 1px solid #494a4a;
}</pre></body></html>