.elemBlock{ 
    user-select: none;  
    background: lightgrey;
    border-radius: 2px;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 1px;
    padding-right: 1px;
    border: 1px solid grey;
}

.objedit{
    width: 230px;
    height: 90px; 
    background: white; 
    font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
}

.objedit_editor { 
    -webkit-user-select: text; 
    width: 100%;
    height: 70px;
    outline: none; 
    padding-left: 1px;
    overflow: auto;
    border-radius: 5px 5px 0 0 ;
    border: 1px solid grey;
    border-bottom: 0px;
}

.objedit_toolbar{
    cursor:pointer;
    -webkit-user-select: none;
    position: relative;
    background: #eee;
    width: 230px; 
    height: 20px; 
    border-radius: 0 0 5px 5px;
    text-align: center ;
    border: 1px solid grey;
    border-top: 0px;
    padding-top: 2px;
}
.objedit_toolbar:hover{
    background: #64c8ef; 
}

.objedit_listdown {
    position: relative;
    background: lightcyan;
    color:#666;
    margin-left: 0px;
    padding-left: 0px;
    max-height: 120px;
    overflow: auto ;
    border-radius: 0 0 5px 5px;
    border: 1px solid grey;
    border-top: 0px;
}

.objedit_listdown li {
    padding-left: 4px;
    padding-right: 4px;
    list-style-type: none;
    -webkit-user-select: none;
    cursor: default;
}

.objedit_listdown li:hover {
    background: #64c8ef;
    color: #191970;
}
