﻿.basebox
{
    background-color: White;
    background-position: left top;
    background-image: url(../img/boxes/demobox.png);
    height: 305px;
    width: 191px;
    overflow: hidden;
    float: left;
    display:inline;
    position:absolute;
    left: 0px;
    /*z-index: 0;*/
}

.box_header, .box_header_shadow
{
    color: #FAFAFA;
    margin: auto;
    padding: auto;
    display: inline;
    position: absolute;
    left: 23px;
    top: 15px;
    width: 72%;
    height: 34px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    text-align:center;
    z-index: 20;
}

.box_header_shadow
{
    color: #222233;
    left: 25px;
    top: 17px;
    z-index: 10;
}

.box_root
{
    display:inline;
    position:absolute;
    overflow:hidden;
    height:305px;
    width: 191px;
    z-index: 1;
}

.box_content
{
    text-align:left;
    display:inline;
    position:absolute;
    left:20px;
    top:58px;
    width:80%;/*151px;/*72%;*/
    height:auto;/*225px;/*69%;*/
    /*overflow:hidden;*/
    z-index: 20;
    /*background-color:Blue;*/
}
.box_content img,a, a:link, a:hover, a:visited
{
	border: none;
}

.box_tr
{
    background-position: right top;
    background-image: url(../img/boxes/demobox.png);
    height: 70px;
    width: 25px;
    float:right;
    display:inline;
    z-index: 1;
}

.box_ll
{
    background-position: left bottom;
    background-image: url(../img/boxes/demobox.png);
    margin-top: 50px;
    height: 255px;
    width: 166px;
    float:left;
    display:inline;
    z-index: 1;
}

.box_lr
{
    background-position: right bottom;
    background-image: url(../img/boxes/demobox.png);
    height: 255px;
    width: 25px;
    float:right;
    margin-top:-20px;
    display:inline;
    z-index: 1;
}

