﻿ .IntrestLeftMain
    {
        margin-top:15px;
        width:185px;
        border:solid 1px #c9e0e6;
        padding:15px;
    }
    
    
    .IntrestLeftTitle
    {
        font-family:Verdana; 
        color:#033b61; 
        font-size:1.1em;
        display:block;
        margin-bottom:10px;
    }
    
    .IntrestLeftDropDown
    {
        width:100%;
        height:20px;
        font-family:Verdana;
        font-size:0.7em;
        color:#2E2E2E;
        margin-bottom:10px;
    }
    
    .GoButtonIntrestLeft
    {
        background-image:url(../../../DesktopModules/BBCActiveFreeResources/goButton.gif);
        background-repeat:no-repeat;
        width:40px;
        height:22px;
        margin-left:145px;
        text-decoration:none;
        clear:right;
    }

    .GoButtonIntrestLeft:hover
    {
        background:url(../../../DesktopModules/BBCActiveFreeResources/goButton.gif) no-repeat 0px -22px;
        text-decoration:underline;
    }