body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, "MS Trebuchet", sans-serif;
  line-height: 21px;
  color: #fff;
  background: #e9e9e9 url(../images/fm_splash_bg.png) repeat-x;
}

#page {
  background: url(../images/fm_splash_mid.png) no-repeat;
  height: 540px;
  width: 472px;
  margin: 0 auto;
}

#content {
  width: 378px;
  margin: 0 auto;
  padding: 290px 0 0 0;
  position: relative;
}

#content .copyblock {
  height: 125px;
}

#content form,
#content form input {
  padding: 0;
  margin: 0 0 0 10px;
}

#content input[type=text],
#content .copyblock input[type=password],
#content .copyblock input[type=text].with-button {
  outline: 0;
  background: transparent;
  background: url(../images/fm_splash_input.png) no-repeat top;
  border: 0;
  width: 251px;
  height: 25px;
  font-size: 14px;
  float: left;
  padding: 7px 10px 0 10px;
}

div.remember {
  float: left;
  width: 150px;
  margin-top: 10px;
}

div.remember label {
  padding-left: 5px;
}

div.fnotice {
  float: right;
  width: 150px;
  margin: 5px 15px 0 0;
  text-align: right;
}

div.fnotice a {
  color: #ccc;
}

#content .copyblock input[type=text],
#content .copyblock input[type=password].without-button {
  background: url(../images/fm_splash_fullinput.png) no-repeat top;
  width: 321px;
  padding: 7px 10px 0 10px;
  margin-bottom: 10px;
  outline: 0;
}

#content input[type=submit] {
  float: left;
  background: transparent;
  border: 0;
  background: url(../images/fm_splash_button.png) no-repeat top;
  width: 70px;
  height: 32px;
  margin-left: -4px;
  cursor: pointer;
  outline: 0;
}

#content input[type=password] {
  margin-left: 11px;
  outline: 0;
}

div.errorExplanation {
  color: #ABC4DD;
}

div.errorExplanation p {
  padding: 0;
  margin: 0;
}

div.errorExplanation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div.errorExplanation li {
  padding: 0;
  margin: 0;
}

a {
  color: #90c0f0;
}

.fnotice a {
  color: #fff;
}

p.fnotice {
  margin: 0;
}


#flash_notice,
#flash_error {
  padding: 5px 10px;
  margin-bottom: 20px;
}

#flash_error {
  background-color: #f66;
  border: 1px solid #933;
}

#flash_notice {
  background-color: #6c6;
  border: 1px solid #393;
}

