body, form, p, h1 {
  margin: 0;
  padding: 0;
}

section, header, article {
  display: block;
}

body {
  background: url(bg.png) repeat-x #ddd 0 357px;
}

body, input {
  font-family: Arial, Verdana, sans-serif;
  line-height: 1.5em;
  font-size: 15px;
  color: #333;
}

input {
  width: 250px;
  padding: 7px 10px;
  margin: 0 0 30px;
  background: #ddd;
  border: 2px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #bbb;
}

p {
  margin: 0 0 22px;
}

h1 {
  background: url(heyscore.gif) no-repeat #000 39px 142px;
  height: 357px;
  text-indent: -90000px;
}

a {
  text-decoration: none;
  color: #12b7da;
}

a:hover {
  color: #333;
}

article {
  width: 740px;
  margin: 20px 0 0 127px;
}

/* Notification Bar ***********************************************************/

.notify-bar {
  width: 100%;
  position: fixed;
  top: -60px;
  left: 0;
  font-size: 15px;
  z-index: 999;
}

.notify-msg {
  position: relative;
  width: 700px;
  height: 20px;
  font-weight: bold;
  z-index: 1000;
  padding: 15px 0 15px 126px;
}

.notify-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: 998;
}

.notify-bg.notify-error {
  background: #ff5400;
}
