html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: url(/bg1.png) #f1edcf repeat-x;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: url(/bg2.png) no-repeat;
    font-family: sans-serif;
}
#contentanchor {
    position: absolute;
    top: 300px;
    left: 750px;
}
#content1, #content2, #content3, #content4 {
    width: 425px;
}
#content1 {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/content-corner-tl.png) #3f424e no-repeat top left;
}
#content2 {
    background: url(/content-corner-tr.png) transparent no-repeat top right;
}
#content3 {
    background: url(/content-corner-br.png) transparent no-repeat bottom right;
}
#content4 {
    background: url(/content-corner-bl.png) transparent no-repeat bottom left;
}
#contentdoodad {
    position: absolute;
    bottom: -10px;
    right: 40px;
}
#tweetform {
    margin: 0;
    padding: 0;
}
#tweetformwrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
#tweetmsg {
    font-family: sans-serif;
    background: #faf4f4;
    color: #686f7e;
    overflow: auto;
    margin: 0;
    padding: 0;
    padding-left: 3px;
    padding-top: 0.25em;
    margin-left: 15px;
    margin-right: 15px;
    border: 0 none;
    width: 392px;
    height: 5em;
}
#tweetmsg.unfilled {
    margin: 0 15px;
    padding-top: 0.5em;
    height: 1.5em;
}
#tweetfirstcontrols {
    margin-left: 15px;
    margin-bottom: 5px;
}
#tweetusername, #tweetpassword {
    background: #c2bcbc;
    color: #3d4a4a;
    border: 0 none;
    margin: 0;
    padding: 0;
    padding-left: 3px;
    padding-top: 0.25em;
    width: 8em;
    height: 1.75em;
    font-size: 0.8em;
}
#tweetusername {
    margin-right: 5px;
}

#tweetcountandsubmit {
    position: absolute;
    top: 15px;
    right: 15px;
    vertical-align: top;
}
#tweetcount {
    color: white;
    font-weight: bold;
    margin-right: 5px;
    font-size: 1.6em;
    float: right;
}
#tweetsubmit {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: #9a9175;
    color: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 0.8em;
    height: 2em;
    width: 4em;
    display: block;
    float: right;
}
#tweetsubmit.disabled {
    background: #7c7d7e;
}
.statustext {
    font-size: 0.9em;
    color: #f1edce;
    width: 425px;
    margin: 0;
    position: absolute;
    top: -1.5em;
    right: 0;
    text-align: right;
}
.error {
    font-size: 1em;
    color: #f26666;
}
.statswrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.stats {
    padding-top: 15px;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
}
.stat {
    height: 45px;
    width: 65px;
    background: url(/statbg.png) no-repeat;
    position: absolute;
}
.rankstat {
    left: 105px;
}
.clicksstat {
    left: 180px;
}
.retweetsstat {
    left: 255px;
}
.statvalue {
    color: white;
    font-size: 25px;
    position: absolute;
    top: 3px;
    left: 0;
    width: 65px;
    text-align: center;
}
.statname {
    color: white;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 65px;
    text-align: center;
}
.widgetcode {
    margin: 10px 0;
    text-align: center;
}
.widgetcode label {
    color: #f1edce;
    font-size: 0.8em;
}
.widgetcode input {
    background: #c2bcbc;
    color: #3d4a4a;
    border: 0 none;
    margin: 0;
    padding-left: 3px;
    padding-top: 0.25em;
    padding-right: 3px;
    padding-bottom: 0;
    width: 300px;
    height: 1.75em;
    font-size: 0.8em;
}
.statstweetwrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.statstweet {
    padding-top: 10px;
    border-top: 3px solid #505869;
    padding-bottom: 15px;
    color: #f1edce;
}
a {
    color: #99a0b2;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.statslinkback {
    text-align: center;
}
#latesttweet {
    color: #3f424e;
    position: absolute;
    left: 340px;
    top: 315px;
    width: 325px;
}
#latesttweet h2 {
    color: #20242d;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 0.9em;
    color: black;
}
.tweetdate {
    color: #96989c;
    font-size: 0.9em;
    font-style: italic;
}
.tweet {
    line-height: 1.5;
    font-size: 0.9em;
}
#bubble {
    position: absolute;
    top: 165px;
    left: 110px;
}
#bubble img {
    border: 0 none;
}
