html, body {
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 1.0);
}

div.reflexbody {
  position: relative;
  margin: 10px auto;
  width: 670px;
}

div.reflexcontent {
  position: relative;
  width: 670px;
  height: 446px;
  border-radius: 4px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 1.0);
  overflow: auto;
}

div.reflexcontent div.reflexbg {
  position: absolute;
  background: url("../images/reflexbroombg.jpg") 0 0 no-repeat;
  border-radius: 4px;
  width: 670px;
  height: 446px;
  opacity: 0.7;
}

div.reflexcontent div.exhibition {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 270px;
  height: 330px;
  background-color: rgba(0, 0, 0, 0.3);
}

div.reflexcontent div.exhibition iframe {
  margin: 5px 0px 0px 5px;
}

div.reflexcontent section {
  margin: 10px;
}

div.reflexcontent section pre {
  white-space: pre-wrap;
  font: normal 12px verdana, serif;
}

div.reflexcontent div#link1 {
  position: absolute;
  font: normal 40px verdana, serif;
  right: 10px;
  top: 90px;
  line-height: 0.8;
}

div.reflexcontent div#link2 {
  position: absolute;
  font: normal 65px verdana, serif;
  right: 20px;
  top: 155px;
  line-height: 1.0;
}

div.reflexcontent div#link3 {
  position: absolute;
  font: normal 40px verdana, serif;
  right: 110px;
  top: 290px;
  line-height: 0.8;
}

div.reflexcontent div#link4 {
  position: absolute;
  font: normal 40px verdana, serif;
  right: 250px;
  top: 360px;
  line-height: 0.8;
}

div.reflexcontent div#link5 {
  position: absolute;
  font: normal 12px verdana, serif;
  right: 30px;
  top: 340px;
  width: 79px;
  line-height: 1.1;
  text-align: center;
}

div.reflexcontent div#link6 {
  position: absolute;
  color: rgba(255, 0, 0, 1.0);
  font: normal 16px verdana, serif;
  left: 15px;
  top: 230px;
  line-height: 2;
  text-align: center;
}

div.reflexcontent div#link7 {
  position: absolute;
  font: normal 36px verdana, serif;
  left: 20px;
  top: 360px;
  line-height: 0.9;
}

div.reflexcontent a {
  color: rgba(0, 0, 0, 1.0);
  text-decoration: none;
  outline-style: none;
  outline-width: 0;
  margin: 0;
  padding: 0;
}

div.reflexvideocontent {
  position: relative;
  width: 670px;
  min-height: 446px;
  border-radius: 4px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 1.0);
  overflow: auto;
}

div.reflexvideocontent div.left {
  float: left;
  width: 400px;
}

div.reflexvideocontent div.right {
  float: left;
  width: 265px;
}

div.reflexvideocontent div.bottom {
  clear: both;
  height: 5px;
}

div.reflexvideocontent header {
  margin: 5px;
  height: 20px !important;
  color: rgba(0, 0, 0, 1.0);
  font: normal 16px verdana, serif;
}

div.reflexvideocontent section.video {
  margin: 0px 5px 0px 5px;
  width: 390px;
  height: 437px;
  background-color: rgba(0, 0, 0, 1.0);
}

div.reflexvideocontent section.video video {
  width: 100%;
  height: 100%;
}

div.reflexvideocontent section.comment {
  margin: 5px 5px 0px 5px;
  color: rgba(0, 0, 0, 1.0);
  font: normal 12px verdana, serif;
}

div.reflexvideocontent span.upload {
  color: rgba(113, 113, 113, 1.0);
  font: normal 10px verdana, serif;
}

div.reflexvideocontent span.uploadby {
  color: rgba(35, 103, 186, 1.0);
  font: normal 10px verdana, serif;
}

div.reflexvideocontent section.wall {

}

div.reflexvideocontent section.wall div.videoselect {
  padding: 5px 0px 5px 0px;
  color: rgba(0, 0, 0, 1.0);
  font: normal 13px verdana, serif;
  border-bottom: 1px solid rgba(255, 255, 255, 1.0);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div.reflexvideocontent section.wall div.videoselect:hover {
  color: rgba(35, 103, 186, 1.0);
  background-color: rgba(213, 213, 213, 1.0);
  border-bottom: 1px solid rgba(180, 180, 180, 1.0);
}

div.reflexvideocontent section.wall div.videoselect a {
  display: block;
  color: rgba(0, 0, 0, 1.0);
  text-decoration: none;
  outline-style: none;
  outline-width: 0;
}

div.reflexvideocontent section.wall div.videoselect a:hover {
  color: rgba(35, 103, 186, 1.0);
}

div.reflexvideocontent section.wall div.videoselect section.vleft {
  float: left;
  margin-left: 2px;
  width: 100px;
}

div.reflexvideocontent section.wall div.videoselect section.vright {
  float: left;
  margin-left: 3px;
  width: 160px;
}

div.reflexvideocontent section.wall div.videoselect section.vbottom {
  clear: both;
}

div.reflexvideocontent section.wall div.videoselect img {
  width: 100px;
}

div.reflexvideocontent video {
  background-color: rgba(0, 0, 0, 1.0);
}

div.reflexbody header {
  position: relative;
  height: 50px;
  text-align: left;
  font: normal 20px verdana, serif;
  line-height: 1.0;
}

div.reflexbody header a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1.0);
}

div.reflexbody header a:hover {
  color: rgba(255, 0, 0, 1.0);
}

div.reflexbody header div.home {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 44px;
  height: 32px;
  background: url("../images/homeicon.png") 0 0 no-repeat;
}

div.reflexbody header div.home:hover {
  background: url("../images/homeicon.png") -44px 0 no-repeat;
}

div.reflexbody header div.home a {
  width: 44px;
  height: 32px;
  display: block;
  outline-style: none;
  outline-width: 0;
}

div.reflexbody header div.app {
  position: absolute;
  top: 4px;
  left: 80px;
  width: 104px;
  height: 34px;
  background: url("../images/appicon.png") 0 0 no-repeat;
}

div.reflexbody header div.app:hover {
  background: url("../images/appicon.png") -104px 0 no-repeat;
}

div.reflexbody header div.app a {
  width: 104px;
  height: 34px;
  display: block;
  outline-style: none;
  outline-width: 0;
}

div.reflexbody footer {
  position: relative;
  text-align: right;
  padding: 10px 0px 0px 0px;
  font: italic 14px verdana, serif;
  text-shadow: 0 2px 3px #777777;
}

div#news {
  position: absolute;
  top: 40px;
  left: 300px;
  width: 97px;
  height: 80px;
  background: url("../images/reflexnews.png") 0 0 no-repeat;
}

div#news:hover {
  background: url("../images/reflexnews.png") -97px 0 no-repeat;
}

div#news a {
  width: 97px;
  height: 80px;
  display: block;
  outline-style: none;
  outline-width: 0;
}

div.reflexred {
  background-color: #9a0303;
}

div.enterpoemleft {
  float: left;
  margin: 10px 0px 10px 10px;
}

div.enterpoemright {
  float: left;
  margin: 12px 0px 0px 10px;
  width: 310px;
  height: 420px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 1.0);
}

textarea#poemin {
  font: normal 13px verdana, serif;
}

pre#poemout {
  margin: 0px;
  padding: 5px;
  font: normal 13px verdana, serif;
}

div.enterpoemleft div.enterbutton {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 68px;
  height: 68px;
  background: url("../images/enterbutton.png") 0 0 no-repeat;
}

div.enterpoemleft div.enterbutton:hover {
  background: url("../images/enterbutton.png") -68px 0 no-repeat;
}

div.enterpoemleft div.enterbutton a {
  width: 68px;
  height: 68px;
  display: block;
  outline-style: none;
  outline-width: 0;
}

div.enterpoemleft div.infobutton {
  position: absolute;
  bottom: 20px;
  left: 265px;
  width: 68px;
  height: 68px;
  background: url("../images/infobutton.png") 0 0 no-repeat;
}

div.enterpoemleft div.infobutton:hover {
  background: url("../images/infobutton.png") -68px 0 no-repeat;
}

div.enterpoemleft div.infobutton a {
  width: 68px;
  height: 68px;
  display: block;
  outline-style: none;
  outline-width: 0;
}

div#infobox {
  position: absolute;
  top: 20px;
  left: 140px;
  width: 400px;
  height: 400px;
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 4px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 1.0);
}

div#infoboxtext pre {
  color: #9b1003;
  font: normal 14px verdana, serif;
  text-align: center;
}

div#infoboxexp pre {
  margin-top: 70px;
  color: rgba(0, 0, 0, 1.0);
  font: normal 10px verdana, serif;
  text-align: center;
}
