.editEntity:hover{
    display: block;
    -webkit-box-shadow:inset 0px 0px 0px 1px #f00;
    -moz-box-shadow:inset 0px 0px 0px 1px #f00;
    box-shadow:inset 0px 0px 0px 1px #f00;
}
.editEntityForm{
    width: 100%;
    position: relative;
}
.editEntityInput{
    /*background: none;*/
    width: 100%;
    border: 1px solid;
}
.editEntitySubmit{
    position: absolute;
    color: #333;
    height: 38px;
    width: 38px;
    line-height: 38px;
    background: #fff;
    border: none;
    right: 38px;
    top: 1px;
    font-size: 20px;
}
.editEntityClose{
    position: absolute;
    color: #333;
    height: 38px;
    width: 38px;
    line-height: 38px;
    background: #fff;
    border: none;
    right: 1px;
    top: 1px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.editEntitySubmit:hover, .editEntityClose:hover{
    background: #ccc;
}
.editEntityClose.bottom, .editEntitySubmit.bottom{
    top: auto;
    bottom: -30px;
}
