﻿body
{
     font-family:微软雅黑,Tahoma,Arial,Helvetica,sans-serif; 
     overflow-x:hidden; 
     overflow-y:hidden;   
}
.CContainer
 {
 position:absolute; 
 top:50%; 
 left:50%; 
 margin:-200px 0 0 -250px;
 width:514px; 
 height:420px; 
 /* border:1px solid red; */
 } 
 .LoginInput
 {
  background-color:Transparent; 
   border-top-style: none;
   border-right-style: none;
    border-left-style: none; 
    border-bottom-style: none; 
    /* border-bottom-style: solid*/
    /*text-align:center;*/
   vertical-align: middle;
    width:100%; 
    height:55px; 
    line-height:55px;
    font-size:large; 
    font-family:微软雅黑,Tahoma,Arial,Helvetica,sans-serif;
    margin-left:10px;    
 }
