﻿.ltotButton
{
    float: right; 
    cursor: pointer;
    margin-right:10px;
}
.ltotContainer
{
    width: 300px; 
    height: 200px; 
    background-image: url(container.png);
    background-repeat: no-repeat; 
    position: absolute; 
    padding: 15px; 
    left:0px; 
    top:0px; 
    visibility:hidden; 
    font-family:Arial; 
    font-size:12pt;
}
.ltotCloseButton
{
    float: right;
    margin:0px 25px 0px 5px; 
    cursor: pointer; 
}
.ltotTextArea
{
    width: 265px;
    clear: both;
    margin-top: 10px;
    font-family:Arial;
    font-size:12px;
    background-color:white;
    cursor:text;
}