﻿.ControlDesigner 
{        
    border-bottom: #e2e8e9 10px solid;         
    position: absolute;         
    border-left: #e2e8e9 10px solid;         
    overflow-x: hidden;        
    overflow-y: hidden;        
    margin: 0px;         
    bottom: 40px;        
    background: #e8edee;         
    overflow: hidden;        
    border-top: #e2e8e9 10px solid;         
    top: 38px;         
    right: 5px;         
    border-right: #e2e8e9 10px solid;         
    left: 5px;
    width:200px;       
}

.ControlDesigner h2 
{        
    padding-bottom: 10px;
}

.ControlDesigner h3 
{        
    font-weight: bold;        
    padding-top: 8px;        
    padding-bottom: 5px;
}

.ControlDesigner .fieldOption 
{        
clear: both;        
padding: 5px;
}

.ControlDesigner .fieldOption label 
{        
text-align: right;        
float: left;        
width: 150px;        
font-size: 13px;        
padding-right: 10px;
}

.ControlDesigner .fieldOption input
{        
font-size: 13px;
}


