﻿    .topAndBottom
    {
        border-right-style: solid; 
        border-left-style: solid; 
        border-right-width: 8px; 
        border-left-width: 8px; 
        border-right-color: #4B4C60; 
        border-left-color: #4B4C60;
        background-color: #4B4C60;
    }    
    
    #cuTop
    {
        position:relative;
        background:#4B4C60;
        height:13px;
        text-align:right;
        margin-left:14px;
        margin-right: 14px;
    }
    
    #cuBottom
    {
        position:relative;
        background:#4B4C60;
        height:13px;
        text-align:right;
        margin-left:14px;
        margin-right: 14px;
    }
    
    #cult
    {
        position:absolute;
        background:url(/IMG/filemanage/fmlt.png) no-repeat;
        width:14px;
        height:14px;
        text-align:left;
        left:-10px;
    }
    
    #culb
    {
        position:absolute;
        background:url(/IMG/filemanage/fmlb.png) no-repeat;
        width:14px;
        height:14px;
        text-align:left;
        left: -10px;
        
    }

    #curt
    {
        position:relative;
        width:14px;
        height:14px;
        text-align:left;
        left: 10px;
    }
    
    #curb
    {
        position:relative;
        width:14px;
        height:14px;
        text-align:left;
        left: 10px;
    }
    
     #cupath
    {
        position:relative;
        background-color: #4B4C60;
        text-align:left;
        top: -8px;
    }
    
     #cuTaskBar
    {
        position:relative;
        background-color: #4B4C60;
        text-align:left;
        top: 4px;
    }
    
    #cubosomlt
    {
        background:url(/IMG/createuser/lt.png) no-repeat;
        position:absolute;
        width:14px;
        height:14px;
        text-align:left;
        left: -11px;
        top:-6px;
    }
        
    #cubosomlb
    {
        position:relative;
        width:14px;
        height:14px;
        text-align:left;
        left:11px;
        top:-6px;
    }
    
    #cubosom
    {
        position:relative;
        background:#EAF2F4;
        height:13px;
        text-align:right;
    }
        
    #cubosombasediv
    {
        position:relative;
        background-color:#EAF2F4;
        text-align:right;
        height:13px;

    }
    
    #cubosomleftb
    {
        position:absolute;
        text-align:left;
        width:14px;
        height:14px;
        background:url(/img/createuser/lb.png);
        left:-11px;
        top:1px;
    }
    
    #cubosomrb
    {
        position:relative;
        text-align:left;
        width:14px;
        height:14px;
        left:11px;
        top:1px;
    }
    
    #signUpConatiner
    {
        position:relative;
    }
    
