@import url(common.css);
@import url(layout.css);
@import url(jquery.lightbox-0.4.css);
@import url(jquery.lightboxext.css);

@import url(tinymce-classes.css);


#auth {
  width:625px;
  margin-top: 260px;
  position: relative;
}
#auth-bg {
  background: #fff;
  height: 100px;
}
#auth-msg {
  font-weight: bold;
  margin-left: 100px;
  margin-bottom: 5px;
}
#auth a {
  text-decoration: none;
}
#auth a:hover {
  text-decoration: underline;
}
#auth form {
  position: absolute;
  top: 40px;
  width: 100%;
}
#auth-newacc {
  text-align: right;
  margin-right: 100px;
  margin-top: 5px;
  font-weight: bold;
}

.inpt2 {
  width: 200px;
  margin-bottom: 5px;
}
textarea.inpt2 {
  overflow: auto;
}

p,h1,h2,h3 {
  margin: 0; 
}

#content-flash {
  width: 100%;
  height: 100%;
}

#content-gallery-loading {
}