body {
    padding:0;
    margin:0;
    font-size: 12px;
    color: #666666;
    background-color:#29537F;
}
a:link {
    outline:none;
}
a:visited {
    outline:none;
}
a:hover {
    outline:none;
}
a:active {
    outline:none;
}
:focus {
  -moz-outline-style:none;
}
a {
    color: #3695E2;
}
a:hover {
    text-decoration: none;
}
#main {
    top:100px;
    height:450px;
    width:420px;
    position:relative;
    display:block;
}
.but {
    width: 60px;
    height: 22px;
    background: url(/images/redb.png) no-repeat left top;
    border: none;
    font-size: 9px;
    font-weight: bold;
    color: #FFFFFF;
}
.inp {
    width: 150px;
}
.txt1 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
.txt2 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #515151;
}
.tbl1 {
    border:3px solid #000;
    border-style:double double none double;
    background-color:#fff;
}
.tbl2 {
    border:3px solid #000;
    border-style:none double double double;
    background-color:#fff;
}
.img1 {
    float: left;
    margin: 0px 10px 0px 10px;
}
