﻿.LogWrap
{
    width: 220px;
    height: auto;
    margin: auto;
    padding: 0;
    text-align: left;
    }

.LogControl
{
    background-color: White;    
    width: 218px;
    height: auto;
    margin: 0;
    padding: 0;    
    float: left;
    clear: both;   
    border: solid 1px #333333; 
    }  
    
.LogTitle
{
    background-image: url(../images/calMonth.jpg);
    background-repeat: repeat-x; 
    height: 31px;
    width: 203px;
    padding: 0 0 0 15px;
    margin: 0;
    text-align: left;
    font-size: 14px; 
    color: White;
    font-weight: bold;
    border-bottom: solid 1px #333333;
    }

.LogTxtBox
{
    width: 110px;
    text-align: left;
    }

.LogLable
{
    padding: 5px 0 5px 10px;
    font-size: 10px; 
    color: #333333;
    text-align: left;
    }

.LogLink a
{
    padding: 5px 0 5px 10px;
    font-size: 11px; 
    color: blue;
    text-decoration: none;
    text-align: left;    
    }

.LogError
{
    padding: 5px 0 5px 10px;
    font-size: 10px; 
    color: red;
    font-weight: bold;  
    text-align: left;  
    }

.LogRemember
{
    padding: 5px 0 5px 10px;
    font-size: 10px; 
    color: #333333;  
    text-align: left;  
    }
