﻿.txt
{
    border-bottom: 1px solid green;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0px;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0px;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0px;
}
.txt1
{
    width: 150px;
}
.txt2
{
    width: 500px;
}
tr
{
    line-height: 30px;
}
table
{
    border: 1px solid gray;
}
#BgDiv
{
    background-color: #2F4F4F;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 1000px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

#DialogDiv3
{
    position: absolute;
    width: 400px;
    left: 40%;
    top: 10%;
    margin-left: -200px;
    background-color: White;
    height: auto;
    z-index: 100;
    border: 1px #8FA4F5 solid;
    padding: 1px;
}

#DialogDiv3 h2
{
    height: 25px;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    line-height: 25px;
}

#DialogDiv3 h2 a
{
    position: absolute;
    right: 5px;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

#DialogDiv3 .form
{
    padding: 10px;
}
