﻿.msg_left
{
    width: 30pt;
}
.msg_middle
{
    width: 15em;
}
.msg_right
{
    width: 16px;
}
.msg_lu
{
    height: 20px;
    background-image: url(/msg_leftupper.gif);
    background-position:right top;
    background-repeat: no-repeat;
}
.msg_top
{
    height: 19px;
    background-color: #fae051;
    border-top: solid 1px white;
}
.msg_ru
{
    height: 20px;
    background-image: url(/msg_rightupper.gif);
    background-repeat: no-repeat;
}
.msg_lbody
{
    background-image: url(/msg_leftbody.gif);
    background-position:right top;
    background-repeat: repeat-y;
}
.msg_body
{
    background-color: #fae051;
    font-size:9pt;
}
.msg_rbody
{
    background-color: #fae051;
    width: 15px;
    border-right: solid 1px white;
}
.msg_ll
{
    height:29px;
    background-image: url(/msg_leftlower.gif);
    background-position:right top;
    background-repeat: no-repeat;
}
.msg_bottom
{
    height:29px;
    background-image: url(/msg_bottom.gif);
    background-repeat: repeat-x;
}
.msg_rl
{
    height: 29px;
    background-image: url(/msg_rightlower.gif);
    background-repeat: no-repeat;
}

.btn_send
{
    width: 134px;
    height: 35px;
    margin-left: 4em;
    border-width: 0px;
    border-style: none;
    background-image: url(/btnsend.gif);
    background-repeat: no-repeat;
}
.btn_send:hover
{
    background-image: url(/btnsend_over.gif);
}
.btn_send:active
{
    background-image: url(/btnsend.gif);
}

.btn_file
{
    width: 70px;
    height:21px;
    border-width: 0px;
    border-style: none;
    background-image: url(/btnfile.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color:Transparent;
}

.sendconfirmgen, .sendconfirm, .senderror
{
    position: absolute;
    left: 30pt; bottom: 0px;
    font-size: 7pt;
    background-color:White;
}
.sendconfirm
{
    color: #277bda;
}
.senderror
{
    color: Red;
}

.sendprogress
{
    position: absolute;
    left: 30pt; bottom: 0px;
    width: 29px; height : 22px;
    background-image: url(/progress.gif);
}

.err_msg
{
    position: absolute;
    width: 16px; height: 22px;
    background-image: url(/err_msg.gif);
}
.err_email1
{
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    width: 16px; height: 22px;
    background-image: url(/err_email1.gif);
}
.err_email2
{
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    width: 16px; height: 22px;
    background-image: url(/err_email2.gif);
}

.txtarea
{
    background: url(/pointinarea.png) 0 2px;
    border-style: none;
    padding:0;
    margin:0;    
    height: 205px;
    font-weight: bold;
    font-size: 17px;
    overflow:auto;
    scrollbar-base-color:#fae051;
}

.txt[type="file"], .col33 input.txt[type="text"]
{
    padding-bottom: 3px;
    border-style: none;      
    font-weight: bold;
    font-size: 17px;
}
.txt[type="text"] 
{
    background-color: Transparent;
    background-image: url(/point.png);
    background-position:bottom;
    background-repeat:repeat-x;
}

.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.none
{
    position:absolute;
    display: block;
    top: -100px;
    display: none;
}