﻿#mailBox
{
    width:700px;
    border:1px #058DFC solid;
    /*height:auto!important;*/
    height:auto; 
    min-height:600px;
}
#modulePanel
{
    width:100%;
    height:700px;
}
#single
{
    width:698px;
    height:35px;
    line-height:35px;
    text-align:left;
    text-indent:40px;
    font-size:18px;
    color:Blue;
    font-weight:bold;
    background:url(imageswriteMail.png) no-repeat 5px center;
}
#mail table
{
    margin:5px auto;
}
#mail input
{
    width:200px;
}
#mail textarea
{
    width:500px;
    height:200px;
}
.table_left{
    color:Blue;
}
#msg
{
    color:Red;
    font-weight:bold;
}

.title {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}