/*
*2014-8-25 09:14:59 author ltk 
*/
/*
*basic
*/
html,body,input,button{margin:0;font:14px/1 tahoma,arial,"Hiragino Sans GB",\5b8b\4f53;}
body{background:#eef2fb;text-align:center;}
img{border:none;}
table{border-collapse:collapse;}
a:focus{-moz-ouline-style:none;outline:none;}
a{outline:none;}
ul{list-style:none;margin:0;padding:0;}
html,body{height:100%;overflow:hidden;}
.wrapper{margin:0 auto;text-align:left;}

/*
*loginWrapper
*/
#loginWrapper{width:560px;height:480px;border-radius:5px;background:#293541 url(../images/login-bgimg.jpg) no-repeat right top;margin:0 auto;box-shadow:0 0 10px rgba(0,0,0,0.75);}
#loginSubWrapper{margin:0 40px;}

#logo{margin-top:105px;height:60px;line-height:60px;}
#logo img{width:170px;height:42px;margin-top:8px;}

#line{height:10px;background:#748598;box-shadow:0 5px 7px rgba(0,0,0,0.3);}

#textcon{height:60px;margin-top:5px;+height:65px;}
#textcon div{float:left;height:60px;width:220px;}
#textcon div p{font:bold 14px/30px "Microsoft YaHei","SimHei";color:white;margin:0;}
#textcon div input{background:#7c8c9d;box-shadow:inset 0 2px 2px rgba(0,53,107,0.3);border-radius:5px;border:2px solid #b5c8db;width:195px;height:26px;line-height:26px;color:white;font-family:"Microsoft YaHei","SimHei";margin:0px;padding-left:15px;}
#textcon div input:focus{outline:none;}

#btnCon{margin-top:20px;text-align:center;}
#btnCon input{width:100%;height:35px;background:#647281;border:none;border-radius:5px;box-shadow:0 0 2px rgba(0,0,0,0.4);color:white;font:bold 16px/35px "Microsoft YaHei","SimHei";outline:none;}
#btnCon input:active{position:relative;top:1px;text-shadow:1px 1px 0px rgba(0,0,0,0.75);}


/*
*fn
*/
.clr{clear:both;}