body {
  color:            black;
  font-family:      verdana, helvetica, sans-serif;
  font-size:        10px;
  /*margin-top:       60px;*/
}

.error {
  color:            #ffffff; /*#ffff80*/
  background-color: #ff0000;
  font-size:        11px;
  padding:          5px;
  margin:           5px;
  border:           thin solid #000000;
  width:            400px;
}

.notice-text, .notice {
  color:            #555555;
  font-size:        11px;
  text-decoration:  none;
}

.notice {
  background-color: #5a9ece;
  padding:          5px;
  margin:           5px;
  border:           thin solid #000000;
  width:            400px;
}

.text {
  color:            gray;
  font-family:      verdana, helvetica, sans-serif;
  font-size:        12px;
  text-align:       center;
}

.normal {
  color:            black;
  font-family:      verdana, helvetica, sans-serif;
  font-size:        12px;
}
