/* CSS Document */
body {
  background-color: rgb(63,0,0);
  }
img { border: 0px; }
img.s_kursorem {
  cursor: pointer;
  }
#obrazek {
  border: 0px;
  position: relative;
  left: 50%;
  margin-left: -512px;
  }
#textove_pole {
  position: absolute;
  top: 327px;
  left: 50%;
  margin-left: -486px;
  width: 932px;
  height: 346px;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;  
  }
span.warning {
              color: rgb(255,0,0);
              }
span.successful {
              color: rgb(0,102,0);
              }
span.quiet {
              color: rgb(76,102,186);
              }
div.attached_pictures_box {             
  text-align: center;
  padding: 0px;
  margin: 10px 10px;
  width: 205px;
  height: 210px;
  background: rgb(239,235,234);           
  float: left;
  overflow: auto;
  }

#clear { clear: both; }
a { color: rgb(110,64,64)}