﻿.Toolbox
{
    width: 198px;
    float: right;
}

.Infobox
{
    border: solid 1px silver;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    overflow: auto;
    width: 396px;
    height: 80px;
    float: left;
}

.Infobox ul
{
    padding-left: 6px !important;
}

.Infobox li
{
    list-style: square !important;
    list-style-position: inside !important;
    display:block;
    width: 180px;
    float: left;
    padding: 0px 0px 0px 8px;
    line-height: 14px;
    background:url('http://www.bsm.co.uk/library/images/bullets/square.gif') 0px 50% no-repeat;
}

.LoginPanel
{
    float: left;
    margin-bottom: 14px;
    width: 400px;
}

.SubscribeBox
{
    float: right;
    padding: 4px 4px 4px 4px;
    border: solid 1px silver;
    margin-top: 10px;
    width: 160px;    
}

.SubscriptionDetailBox
{
    background-color: #F4F4F4;
    border: solid 2px silver;
    padding: 4px 8px 4px 8px;
}