﻿#tableEmailForm {
    width: 500px;
}
.col1 {
    width: 150px;
    vertical-align: top;
    text-align: center;
    margin-left: 30px; 
    background: white;
}
.col1 .image {
    margin: 0px 5px 0px 5px; 
    width: 100px;
    height: 120px;
}
.col2 {
    width: 350px;
    padding-left: 15px; 
    background:white;
    text-align: left;
}
.col2 .lblText {
    width: 100%;
    height: 20px;
}
.for {
    background-color: White;
    color: #369;
    font: 10pt Verdana;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0;
}
.col2 .for {
    background-color: White;
    color: #369;
    font: 10pt Verdana;
    font-weight: bold;
    display: block;
    float: left;
}
.col2 .tb {
    width: 250px;
    font: 10pt Verdana;
    margin-bottom: 10px;
    border-bottom: inset 2px #9fa150;
    border-right: inset 2px #9fa150;
}
.col2 .lblError {
    float: left;
    margin-left: 10px;
    display: none;
    color: Red;
}
.col2 textarea {
    font: 10pt Verdana;
    width: 350px;
    height: 140px;
    border-bottom: inset 2px #9fa150;
    border-right: inset 2px #9fa150;
}
.col2 .btn {
    width: 150px;
    height: 25px;
    margin: 10px 0px 10px 0px;
    font: 9pt Verdana;
    font-weight: bold;
    background-color: #369;
    color: White;
    border-right: inset 3px #9fa150;
    border-bottom: inset 3px #9fa150;
    border-left: outset 3px #CCC;
    border-top: outset 3px #CCC;
}
#ModalBG
{
    width: 100%;
    display: none;
    background-color: #333333;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    opacity: .40;
    filter: alpha(opacity=40);
}
#Processing
{
    position: fixed;
    top: 45%;
    left: 40%;
    background: url(images/ajax-loader.gif) no-repeat top center;
    display: none;
    z-index: 3;
    height: 19px;
    width: 220px;
}


