@charset "utf-8";
body {

    margin: 0;
    padding: 0;
}

#dictionaryItemContainer {
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    width: 480px;
    height: 460px;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 14px;
    overflow: hidden;
    background: url("../media/background.png") no-repeat;
}
.imagAnimationContainers {
    width: 480px;
    height: 460px;
    position: absolute;
    top: 0;
    left: 0;
}
#colorPaletContainer {
    width: 32px;
    height: 304px;
    position: absolute;
    top: 61px;
    right: 90px;
}
#textPaletContainer {
    width: 88px;
    height: 304px;
    position: absolute;
    top: 61px;
    right: 2px;
}

.colorStyles {
    width: 32px;
    height: 25px;
    position: relative;

}
.textStyles {
    width: 88px;
    height: 23px;
    position: relative;
    border: 1px black solid;
    text-align: center;
}
.feedbackArea {
    background: rgba(0,0,0,.7);
    width: 480px;
    height: 40px;
    position: absolute;
    top: 240px;
    color: #fcfcf4;
    line-height: 40px;
    text-align: center;
}