body {
  font-size: 80%;
  font-family: Verdana, Helvetica, Arial;
  color: #333;
  margin-top: 20px;
}
h1 {
  color: #3c3c3c;
  font-size: 20px;
}
h2 {
  color: #3c3c3c;
}
a {
  color: #333;
}
body.waiting,
body.waiting * {
  cursor: wait;
}
body.waiting {
  background-color: #cf6;
}
.editable {
  font-style: italic;
  border: 1px dotted orange;
  padding: 3px;
  margin: 3px;
}

.header {
  border-bottom: 2px solid #ccf;
  overflow: auto;
}
.footer {
  border-top: 2px solid #ccf;
  overflow: auto;
}
.header ul,
.footer ul {
  margin: 1px;
  padding: 1px;
}
.header ul li,
.footer ul li {
  float: left;
  list-style: none;
  margin: 1px 3px;
  padding: 10px;
  line-height: 20px;
}
.header ul.l,
.footer ul.l {
  float: left
}
.header ul.r,
.footer ul.r {
  float: right
}



ul.albums,
ul.sticker {
  overflow: auto;
  margin: 10px;
  padding: 10px;
}

body.ui_2 ul.sticker {
  border: 1px solid gray;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-box-shadow: 2px 2px 0px 0px gray;
}

ul.albums li,
ul.sticker li {
  float: left;
  list-style: none;
  margin: 5px;
  padding: 5px;
  position: relative;
}

body.ui_2 ul.albums li,
body.ui_2 ul.sticker li {
  border: 1px solid gray;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 1px 1px 0px 0px gray;
}

ul.albums li.selected {
  background-color: #ff0;
  -moz-box-shadow: 1px 1px 0px 0px orange;
}

ul.albums button,
ul.sticker button {
  margin: 0;
  padding: 0 5px;
  border: 1px dotted orange;
  background: none;
  cursor: pointer;
}

ul.sticker .info {
  color: #999;
  font-weight: bold;
  font-size: 80%;
  position: absolute;
  top: -1px;
  right: 10px;
  white-space: nowrap;
}

ul.sticker li {
  min-width: 100px;
  width: 350px;
}

body.previewOn ul.sticker li {
  background: none no-repeat scroll center 35px transparent;
  height: 400px;
  width: 425px;
  font-weight: bold;
}

.hintcontainer {
  position: relative;
  vertical-align: top;
}
.hintcontainer span:first-child {
  position: absolute;
  top: -19px;
  left: 0px;
  color: #990;
  font-size: 10px;
  white-space: nowrap;
}
.hint {
  color: #990;
  font-size: 10px;
  white-space: nowrap;
}

input.confirmationcode {
  width: 5em;
}

form[name=feedback] {
  padding: 25px 30% 50px 30%;
}
form[name=feedback] input,
form[name=feedback] textarea{
  width: 100%;
  margin-bottom: 25px;
}
form[name=feedback] textarea{
  height: 150px;
}
form[name=feedback] button{
  float: right;
}

.active {
  
}
.inactive {
  color: #999;
}

.info {
  color: #999;
}
.have {
  color: #999;
}
.ask {
  color: red;
}
ul .ask {
  background-color: #fcc;
}
.bid {
  color: green;
}
ul .bid {
  background-color: #aff;
}
.progress1 {
  height: 1px;
  background-color: #ccc;
}
.progress2 {
  height: 3px;
  background-color: #990;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body.changed .onchange {
  background-color: #fa0;
}

.staticheader {
  position: fixed;
  top: 0px;
  left: 0px;
}
.staticheader ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.staticheader li {
  border: 1px solid gray;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  list-style: none;
  padding: 3px;
  margin: 1px;
  background-color: #ddd;
  float: left;
  z-index: 1;
}

