body { background-color: #333; font-family: "Helvetica Neue", "Hiragino Sans GB", Helvetica, "Microsoft YaHei", "微软雅黑", "宋体", Arial, sans-serif; margin: 0px; padding: 0px;}
.dux-login { position: absolute; top: 50%; margin-top: -205px; left: 50%; margin-left: -300px; background-image: url(../images/login_bg.png); background-repeat: no-repeat; background-position: center top; height: 410px; width: 600px; }
.dux-login #username { outline:none; border-radius: 30px 0px 0px 30px; height: 30px; width: 210px; position: absolute; left: 30px; top: 295px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-align: center; margin: 0px; padding: 0px; background-color: #222; color: #EEE; font-size: 14px; }
.dux-login #password { outline:none; height: 30px; width: 210px; position: absolute; left: 241px; top: 295px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-align: center; margin: 0px; padding: 0px; background-color: #222; color: #EEE; font-size: 14px; }
.dux-login .button { outline:none; cursor:pointer; border-radius: 0px 30px 30px 0px; font-size: 14px; line-height: 30px; color: #CCCCCC; background-color: #333333; margin: 0px; padding: 0px; height: 30px; width: 120px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; position: absolute; left: 451px; top: 295px; display: block; text-align: center; }