#vs_background{
  display:none;
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background:black;
  opacity:0.8;
  filter:alpha(opacity=80);
}

#vs_box{
  display:none;
  position:fixed;
  top:50%;
  left:0;
  right:0;
  width:550px;
  margin:-230px auto;
  border:10px solid #222222;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  background:#333333 url('../images/background.png') repeat fixed top left;
  -moz-box-shadow:black 0 0 50px;
  box-shadow:black 0 0 50px;
  text-align:center;
  cursor:default;
  overflow:hidden;
  font-family:calibri,sans-serif;
  text-shadow:black -2px -2px 2px;
}

#vs_lighting{
  position:absolute;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
}

#vs_close{
  position:absolute;
  top:7px;
  right:7px;
  width:20px;
  height:20px;
  border:3px outset #333333;
  background:#333333 url('../images/background.png') repeat fixed top left;
  cursor:pointer;
  font:bold 26px/16px arial,sans-serif;
  text-decoration:none;
  color:#a53b31;
}

#vs_close:hover{
  color:#880000;
}

#vs_close:active{
  color:#880000;
  border:3px inset #222222;
}

.vs_h2{
  background:#004e72;
  padding:15px 0 20px;
  -moz-box-shadow:inset black 0 0 50px 5px;
  box-shadow:inset black 0 0 50px 5px;
  color:#ffffe0;
  font:small-caps bold 45px/45px cambria,sans-serif;
  margin:0 0 20px;
}

.vs_p{
  padding:0 30px;
  color:#0083bf;
  font:small-caps bold 24px/28px calibri,sans-serif;
  text-align:justify;
}

.vs_p:first-letter{
  font-size:28px;
  color:#a53b31;
}

#vs_buttons{
  position:relative;
  display:inline;
  top:5px;
}

.vs_input{
  margin:0 2px;
  border:3px outset #333333;
  background:#333333 url('../images/background.png') repeat fixed top left;
  cursor:pointer;
  font-weight:bold;
  color:#ffffe0;
}

.vs_input:hover{
  color:#a53b31;
}

.vs_input:active{
  color:#a53b31;
  border:3px inset #222222;
}

.vs_copyright{
  padding:10px 30px 0;
  color:#ffffe0;
  font:small-caps bold 14px/14px calibri,sans-serif;
}

#vs_buttons::-moz-selection{background:transparent}
#vs_close::-moz-selection{background:transparent}
.vs::-moz-selection{background:transparent}
#vs_buttons::selection{background:transparent}
#vs_close::selection{background:transparent}
.vs::selection{background:transparent}