.code 
{
 background:url(code_bg.jpg);
 font-family:Arial;
 font-style:italic;
 color:#ffffff;
 font-size:30px;
 border:0;
 padding:2px 3px;
 letter-spacing:3px;
 font-weight:bolder;
 float:left;
 cursor:pointer;
 width:150px;
  height:40px; 
 line-height:60px;
 text-align:center;
 vertical-align:middle;
}
a 
{
 text-decoration:none;
 font-size:12px;
 color:#288bc4;
}
a:hover 
{
 text-decoration:underline;
}

.ziti{
	color:#ffffff;
 font-size:14px;
 text-align:center;
}

.codeinput{
	    position: absolute;
    width: 80px;
    bottom: 10.6em;
}




 .area
  {
            height: auto;
          
            margin: auto;
  }
  .rightarea
  {
      float: right;
      width: 48%;
      height: 50px;
     
  }
  .leftarea
  {
      float: left;
      width: 50%;
      height: 70px;
     
  }