BODY {
    background: #29063f;
    text-align: center;
    font-family: sans-serif;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

#body {
    margin-right: auto;
    margin-left: auto;
    width: 630px;
    background: #fff;
}

a {
    color: #d9a300;
}

textarea {
    border: solid 1px black;
    padding: 0.2em;
}


.box { 
  background: #DDDDDD; 
}
.boxtop { 
  background: url(http://static.screedbot.wigflip.com/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(http://static.screedbot.wigflip.com/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(http://static.screedbot.wigflip.com/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(http://static.screedbot.wigflip.com/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

#formtable {
    width: 250px;
}


#formdiv {
    background: #ddd; 
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    border-top: solid 2px #fc0;
    border-bottom: solid 2px #fc0;
}

.entrylabel {
    font-weight: bold;
    font-size: 75%;
}

.selectorentry select {
    width: 10em;
}

.savelinks {
    font-size: 80%;
}

.unsupported {
    color: #999;
}

#languagebar {
    font-size: 90%;
    text-align: center;
    background: #eee;
    padding: 0.25em;
}

#languagebar .selected {
    font-weight: bold;
}
