﻿html, body, form
{
    min-height: 100%; /*all except IE6*/
    margin: 0;
    padding: 0;
}

#mainbody
{
    height: 100%;
    width: 100%;
    bottom: 100%;
    min-height: 100%;
    top: 0%;
    right: 5%;
    left: 5%;
    margin: 0px 0px;
    padding: 0; 
    font-family: Verdana;
    font-size: 11px;
    line-height: 1.5;
    color: #595959;
    background-color: #ffffff;
    background-image: url(Images/BodyBg.png);
    background-repeat: repeat-x;
}

#btnSubmit
{
    margin-right:95px;
    margin-bottom:20px;
}

.conainer table {
  border-collapse: collapse;
}
.conainer table td, table th {
  border: 1px solid black;
}
.conainer table tr:first-child th {
  border-top: 0;
}
.conainer table tr:last-child td {
  border-bottom: 1;
}
.conainer table tr td:first-child,
.conainer table tr th:first-child {
  border-left: 1;
}
.conainer table tr td:last-child,
.conainer table tr th:last-child {
  border-right: 1;
}