@charset "utf-8";
/* CSS Document */
@import url('global.css');
@import url('fonts/opensans-regular.css');
@import url('fonts/batmfa_.css');
*{margin:0; padding:0;}
body{font-size:12px; color:#000;}

article{width:100%;}
header{background:#000; padding:20px 0 20px 0; text-align:center; font-family:'OpenSansRegular'; font-size:16px; color:#fff; line-height:24px;}

.name{font-family:'BatmanForeverAlternateRegular'; font-size:30px; color:#fff;}

.fl, article{float:left;}

.loginBox{width:500px; /*height:145px;*/ padding:25px 0 25px 0; background:#999; border:4px solid #ccc; margin:10% auto;}
.form{width:300px; margin:0 auto;}

.fname{width:300px; height:25px; float:left;}
.formText{width:80px; float:left;}
.formBox{width:200px; height:25px;float:right;}
.formGap{width:300px;height:25px;float:left;}

.button{width:80px; height:25px; background:#000; text-align:center; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out;}
.button:hover{background:#fc0; color:#000;}
.ml100{margin-left:100px;}
.confirm{margin:10px auto;}
.white{color:#fff;}