html, body {
  margin: 0px;
  scrollbar-highlight-color: #D4D1CF;
  scrollbar-face-color: #BAA69E;
  scrollbar-shadow-color: #D4BEB6;
  scrollbar-arrow-color: #5E5C5B;
  background: url(../images/background.gif);
}


a {
  color: #7F8E91;
}


a:hover {
  color: #81C8D5;
}


input, textarea {
  border: 0px;
  background-color: #999999;
}


.button {
  width: 40px;
}


.frame {
  width: 100%;
}


.container {
  width: 950px;
}


.top_div {
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 50px;
  width: 100%;
  height: 100px;
}


.top_div span {
  font-size: 30px;
}


.copyright {
  position: relative;
  left: -285px;
  top: 40px;
}


.tools {
  position: relative;
  left: 310px;
  top: 25px;
  width: 150px;
}


.middle_div {
  float: left;
  width: 100%;
  background-color: #141414;
}


.left_div {
  float: left;
  padding-top: 40px;
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 25px;
  width: 580px;
  line-height: 20px;
  background-color: #1C1C1C;
}


.meta_div {
  position: relative;
  left: -40px;
  width: 580px;
  height: 41px;
  background-image: url(../images/meta.gif);
}


.meta_read {
  position: absolute;
  left: 30px;
  top: 12px;
}


.meta_note {
  position: absolute;
  left: 460px;
  top: 12px;
}


.note {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  width: 470px;
  border: 1px solid #333333;
}


.note_name {
  float: left;
}


.note_time {
  float: right;
  padding-right: 20px;
}


.note_form {
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 90%;
  border: 1px solid #333333;
}


#Iloading {
  position: relative;
  left: 200px;
  top: 15px;
}


.note_button {
  position: relative;
  top: 5px;
}


.right_div {
  float: left;
  padding-top: 50px;
  padding-left: 30px;
  text-align: left;
  color: #999999;
  line-height: 14px;
}


.right_div span a {
  font-size: 12px;
}


.bottom_div {
  clear: both;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  width: 940px;
}


.to_bar {
  position: fixed;
  float: right;
  padding: 10px;
  border: 1px #333333 solid;
}