/* 
    Document   : attributeEditor
    Created on : Sep 3, 2013, 7:42:56 PM
    Author     : Per-Erik
    Description:
        Purpose of the stylesheet follows.
*/

.attributeEditor, .attributeEditorInvalid { 
    border: 1px solid;
    border-color: #aaaaaa;
}

.attributeEditor {
    background-color: #ffffff;
}

.attributeEditorInvalid {
    background-color: #ff8080;
}

