.bg { width: 980px; height: 114px; background-repeat: no-repeat; }

.bg.top    { background-image: url(../images/pages/general-top.png);  }
.bg.bottom { background-image: url(../images/pages/general-bottom.png);  }

.bg.top .userIcon { width:58px; height: 51px; background-image: url(../images/pages/general-usericon.png); position: relative; top:62px; left: 461px; }

.middle { background-image: url(../images/pages/general-middle.png); text-align: center; padding-top: 30px; padding-bottom: 30px;}

.middle p { color: #3D8C26; }
.middle p.regError, .middle p.loginError {color: #990000; }
.middle h1 { font-size: 60px; color: #3D8C26; margin-bottom: 15px; }
.middle h2 { font-size: 35px; color: #3D8C26; margin-bottom: 15px; }

.Input { margin-left: 0px; }

