/* CSS Document */

#str {
  width             : 481px;
  padding           : 10px;
  padding-bottom    : 30px;
  
  color             : #000000;
  font-family       : Arial, Helvetica, sans-serif;
  font-size         : 12px;
  text-align        : center;
}

#str a {
  text-decoration   : underline;
  color             : blue;
}

#str a:hover {
  text-decoration   : none;
}

#regtitle {
  width             : 440px;
  _width            : 100%;
  color             : #07507B;
  font-size         : 24px;
  font-weight       : bold;
  text-align        : center;
  border            : 1px dashed #FFC969;
  padding           : 10px;
  /*background        : url('/files/images/headphones.jpg') no-repeat;*/
  background-position: center center;
}

#regq {
  font-size         : 15px;
  border            : 1px dashed #9BD9FE;
  padding           : 10px;
  margin            : 10px;
}

.textpole {
  background-color  : #FFFFFF;
  height            : 20px;
  border            : 1px solid #4c636d;
  margin            : 1px;
}
