    a,
    a:visited
    {
       /*color:#4F130F;*/
       color: #FFEEBF;
       text-decoration:none;
    }
    a:hover
    {
        text-decoration:underline;
    }

    
    img
    {
        border: none;
    }
    
    .input
    {
        /*float:right;*/
        margin-top: 2px;
        margin-bottom: 3px;
        width: 300px;
    }
    .input input,
    .input select
    {
        background: #FEE7CA none repeat scroll 0 0;
        border-color: #CA6D45 #FAC680 #FAC680 #CA6D45;
        border-style: solid;
        border-width: 2px;
        width: 100%;
    }
    
    
    .image
    {
        /*display:block;*/
        opacity:0;
        filter: alpha(opacity=0);
        cursor: pointer;
        
    }
    .image:hover
    {
        /*display:block;*/
        opacity:1;
        filter: alpha(opacity=99);
    }

    