﻿body {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 529px;
    min-height: 360px;
}
#divmain{
    position: absolute;
    top: 25%;
    left: 50%; 
    width:529px;
    height:360px;
    margin: 0px 0px 0px -264.5px; 
    border-style:solid;
    border-width:1px;
    border-color:darkgray;
}
.divtitle{
    font-size:18pt;
    width:529px;
    height:36px;
    margin-top:54px;
    text-align:center;
}
.divline1{
    font-size:11pt;
    width:529px;
    height:18px;
    margin-top:18px;
    text-align:center;
}
.divline2{
    font-size:11pt;
    width:529px;
    margin-top:18px;
    text-align:left;
}
#tbl1{
    margin-left:23px;
    margin-top:72px;
}
.td1{
    width:120px;
    font-size:11pt;
}
.td2{
    width:340px;
}
.txt1{
    width:340px;
    font-size:11pt;
    ime-mode:inactive;
}
.but1{
    margin-left:170px;
    width:150px;
    font-size:11pt;
    height:27px;
}
.but2{
    margin-left:18px;
    width:150px;
    font-size:11pt;
    height:27px;
}
#divMsg{
    width:529px;
    margin-top:10px;
    text-align:center;
    font-size:11pt;
}