﻿div#addentity div.label:after {
    content: ":";
}

div#addentity div.label.noafter:after {
    content: "";
}

div#addentity .label {
    font-size: 1em;
    text-align: right;
    width: 8em;
}

div#addentity div.label, div#addentity div.content, div#addentity div.content input[type=text] {
    height: 2em;
}

div#addentity .content {
    width: calc(100% - 8.5em);
}

div#addentity div.content textarea {
    height: 10em;
}
#hdAddEnt {
    text-align: center;
}

div#addentity {
    border: 1px solid #aaa;
    margin: 1em auto;
    margin-top:1px;
    padding: 9px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    min-width: 15em;
    width: 33%;
    background: #fff;
}

    div#addentity input[type=text],
    div#addentity textarea {
        width: 98%;
        border: 1px solid #eee;
        margin-bottom: 5px;
    }

    div#addentity textarea {
        height: 3em;
    }
