html {
   padding: 0px;
   margin: 0px;
   height: 100%;
}
body {
   width: 100%;
   height: 100%;
   padding: 0px;
   margin: 0px;
   font: normal 100.01% Tahoma;
   color: #000000;
   background: #ffffff;
}
.wrapper {
   height: 100%;
   border-collapse: collapse;
   width: 100%;
}
.wrapper td {
   padding: 0px;
}
.wrapper td.top {
   height: 25%;
   background: url(../images/bg-20.gif) center top repeat-y;   
}
.wrapper td.main {
   vertical-align: top;
   text-align: center;
   background: url(../images/bg-18.gif) center top no-repeat;   
}
.inner {
   width: 510px;
   margin: auto;
   min-height: 270px;
   _height: 270px;
   padding: 80px 0px 0px 0px;
   text-align: center;
}
.logo_wrapper {
   position: absolute;
   z-index: 10;
}
.logo {
   position: relative;
   top: -115px;
   left: -38px;
   *left: -155px;
   width: 154px;
   height: 146px;
}
.logo img {
   /*behavior: url(../js/iepngfix.htc);*/
}
form {
   font-size: 70%;
   color: #494949;
   margin: 20px auto 0px auto;
   *margin: 10px auto 0px auto;
   width: 230px;
   position: relative;
   z-index: 10;
}
form label {
   display: block;
   color: #f0037f;
   margin: 0px 0px 5px 0px;
}
form label span {
	color: #777777;
	font-size: 90%;
}
form input {
   border: solid 1px #c3c1c1;
   width: 218px;
   height: 15px;
   color: #494949;
   font-size: 100%;
   padding: 5px;
}
form input.checkbox  {
   border: none;
   width: auto;
   vertical-align: middle;   
   margin: 0px;
}
form input.submit {
   border: none;
   width: 110px;
   height: 30px;
   padding: 0px;
   margin: 15px 0px 0px 0px;
   *margin: 10px 0px 0px 0px;
}
form p {
   margin: 5px 0px 0px 0px;
}
form p.toright {
   float: right;
   /*width: 50%;*/
   text-align: right;
}
form p.toright label {
   display: inline-block;
   //display: inline;
   //zoom: 1;
   color: #494949;
}
form p.forgot {
   text-align: left;
}
a {
   color: #494949;
}
.clear {
   clear: both;
   height: 0px;
   line-height: 0px;
   overflow: hidden;
}
