﻿.cnt
{

}

.con
{
    background-position: left top;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;  
    
    
}

.cntLabel
{
    position: relative;  
    top:-20px;    
    
}

.label
{
    
    position: relative;
    top: 0%;
    padding: 3px 0px 5px 13px; /*alter code as well*/ 
     background-color: #CD0600;
    font-size: 12pt;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;    
}

.lblCorner
{  
    position: absolute;
    width: 10px;
    height:28px;
      
    top: 0px;
    background-image: url('/Controls/GraphicBoxWithLabel/Resources/corner_unselected.png');
    background-repeat:no-repeat;
      
}