﻿/* 登陆页面 */
#loginPanel { background-color: #569fbc; width: 400px; height: 310px; position: absolute; top: 50%; left: 50%; margin-left: -200px; margin-top: -155px; }
#logintop { background-color: #4a849c; height: 50px; line-height: 50px; font-size: 22px; text-align: center; color: #FFF; }
#loginPanel li { margin: 16px; text-align: center; font-size: 14px; color: #FFF; }
#loginPanel ul input { width: 290px; height: 32px; line-height: 32px; border: 0; text-indent: 6px; color: #999; }
.registerSubmit { font: 16px Verdana, "微软雅黑", "microsoft yahei", Arial, Helvetica, sans-serif; height: 50px; cursor: pointer; border: 0; }
#loginPanel .registerSubmit { width: 354px; background: #FFF; height: 40px; color: #4a849c; }
.visiblefalse { display: none; }
