﻿.corebox
{
    position: relative;
    width: 192px;
    min-height: 125px;
    margin-left: 15px;
    margin-top: 5px;
    display: block;
}
.coreboxtop
{
    position: relative;
    top: 0px;
    left: 0px;
    background-image: url(Img/CoreBoxTop.png);
    height: 30px;
    width: 192px;
    z-index: 10;
    background-repeat: no-repeat;
    text-align: left;
    color: #f5f5f5;
    font-family: Verdana;
    font-size: 11px;
    margin-bottom: -8px;
    padding-top: 7px;
    padding-left: 7px;
}

.coreboxbackground
{
    background-position: -4px 30px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-image: url('Img/CoreBoxRune.png');
    background-repeat: no-repeat;
    min-height: 125px;
    overflow: visible;
    background-color: Transparent;
}
.coreboxbody
{
    position: relative;
    top: -20px;
    left: 0px;
    z-index: 9;
    background-image: url(Img/CoreBoxBg.png);
    background-repeat: repeat-y;
    width: 192px;
    min-height: 125px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    display: block;
    overflow: visible;
}

.coreboxbottom
{
    position: absolute;
    bottom: -16px;
    left: 0px;
    z-index: 9;
    width: 192px;
    background-image: url(Img/CoreboxBottom.png);
    background-repeat: no-repeat;
    height: 16px;
}

.coreboxtext
{
    position: relative;
    top: 20px;
    left: 0px;
    z-index: 12;
    font-size: 0.85em;
    width: 155px;
    display: block;
    background-color: Transparent;
}
