/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 21, 2021, 10:21:43 AM
    Author     : Administrator
*/

.ss_maskbox_base
{
    border:1px solid lightgrey;
    border-radius:5px;
    min-width:5em;
    
}

.ss_maskbox_base:focus
{
    outline:none;
    text-decoration:none;
}


