.card
{
    width:308px;
    height:190px;
    margin:2px;
    font-weight:bold;
    float:left;
    color:#807D7A;
    text-align:left;
    padding-left: 8px;
    cursor:pointer;
    background:url(../images/card_tile2.png) no-repeat;
}

.card_barometer
{
	
    width:308px;
    height:190px;
    margin:1px;
    font-weight:bold;
    float:left;
    color:#807D7A;
    text-align:left;
    background:url(../images/card_tile2.png) no-repeat;
}

.card_contact
{
    width:308px;
    height:190px;
    margin:2px;
    font-weight:bold;
    color:#807D7A;
    background:url(../images/card_tile2.png) no-repeat;
    text-align:left;
}

.card_sendcontact
{
    width: 308px;
    height: 285px;
    margin: 2px;
    font-weight: bold;
    color: #44413e;
    background: url(../images/card_tile3.gif) no-repeat;
}

.card_top
{
    width:308px;
    height:7px;
    font-size:1px;
    background:url(../images/card_top.png) top left no-repeat;
}
.card_tile
{
    padding:23px;
    background:url(../images/card_tile2.png) no-repeat;
    overflow:hidden;
    display:block;
    height:100%;
}
.card-logo
{
    position:relative;
    left:250px;
    top:-122px;
}
.img-frame
{
    padding:3px;
    border:1px solid #b8b7b5;
}
.card_bottom
{
    width:308px;
    height:10px;
    font-size:1px;
    background:url(../images/card_bottom.png) top left no-repeat;
}