﻿.statusBar
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:30px;
    color:#666;
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top, #d6dfe4 0%, #e1ebf0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6dfe4), color-stop(100%,#e1ebf0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6dfe4 0%,#e1ebf0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6dfe4 0%,#e1ebf0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6dfe4 0%,#e1ebf0 100%); /* IE10+ */
    background: linear-gradient(top, #d6dfe4 0%,#e1ebf0 100%); /* W3C */
    font-size: 14px;
    border-radius:0 0 10px 10px;
}

.statusBar .image
{
    float:left;
    margin:8px 10px;
}

.statusBar .text
{
    display:inline-block;
    float:left;
    margin:4px 0px 9px 0px;
}

.statusBar .right
{
    float:right;
    height:100%;
    border-left:0px none #fff;
}

.statusBar .right span
{
    display:inline-block;
    margin:9px 10px;
}