body { background-color:#D3D3D3;  padding: 0px;
  z-index: -10;
  margin: 0px;
  font-family: Arial, Sans;
}

table.base {
  margin-right:auto;
  margin-left:auto;
  height:570px;
  width:850px;
  background-color:#FFFFFF;
  margin-top:10px;
  margin-bottom:auto;
}

table.base2 {
  margin-right:auto;
  margin-left:auto;
  height:70px;
  width:850px;
  background-color:#FFFFFF;
  margin-top:4%;
}
textarea {	border:none;}

input {	border:none;
	border-bottom:1px gray solid;}

td.lt {
      width:27px;
      height:27px;
      background-image: url('images/corner_lt.png');
      background-repeat: no-repeat;
        }

td.rt {
      width:27px;
      height:27px;
      background-image: url('images/corner_rt.png');
      background-repeat: no-repeat;
        }
td.rb {
      width:27px;
      height:27px;
      background-image: url('images/corner_rb.png');
      background-repeat: no-repeat;
       }

td.lb {
      width:27px;
      height:27px;
      background-image: url('images/corner_lb.png');
      background-repeat: no-repeat;
        }
td.top {
      background-image: url('images/top.png');
      background-repeat: repeat-x;
        }

td.bottom {
      background-image: url('images/bottom.png');
      background-repeat: repeat-x;
        }
td.left {
      background-image: url('images/left.png');
      background-repeat: repeat-y;
        }
td.right {
      background-image: url('images/right.png');
      background-repeat: repeat-y;
        }





td.inlt {
      width:18px;
      height:18px;
      background-image: url('images/incorner_lt.png');
      background-repeat: no-repeat;
        }

td.inrt {
      width:18px;
      height:18px;
      background-image: url('images/incorner_rt.png');
      background-repeat: no-repeat;
        }
td.inrb {
      width:18px;
      height:18px;
      background-image: url('images/incorner_rb.png');
      background-repeat: no-repeat;
       }

td.inlb {
      width:18px;
      height:18px;
      background-image: url('images/incorner_lb.png');
      background-repeat: no-repeat;
        }
td.intop {
      background-image: url('images/intop.png');
      background-repeat: repeat-x;
        }

td.inbottom {
      background-image: url('images/inbottom.png');
      background-repeat: repeat-x;
        }
td.inleft {
      background-image: url('images/inleft.png');
      background-repeat: repeat-y;
        }
td.inright {
      background-image: url('images/inright.png');
      background-repeat: repeat-y;
        }




