body {
    background: #002131 url(http://a2.twimg.com/a/1257465343/images/themes/theme15/bg.png) no-repeat fixed left top;
    font-family: "Lucida Grande",Sans-serif;
}

#content {
    width: 970px;
    margin: 20px auto 0px;
    text-align: center;
}

#logos {
    height: 60px;
    margin: 20px;
}

#logos img {
    width : 200px;
    border: 0px;
}

#arrows {
    display: inline-block;
}

.arrow {
    color: white;
}

.box {
    background : #fff;
    padding : 30px;
    border : 5px #AAA solid;
    margin : auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
    margin: 20px;
    font-size: 1.2em;
}

.box ul {
    text-align : left;
    margin : auto;
    display: inline-block;
    list-style: none;
}

ul.options {
    display: block;
    margin-top: 5px;
}

.success {
    padding: 5px;
    background: #002131;
}
.twitter, .meme {
    padding: 5px;
}
.twitter {
    color: #33ccff;
}
.meme {
    color: #b05Fb2;
}
.twitter-meme {
    color: #7195D8;
}

input.start, input.stop {
    padding: 5px;
    color: #333;
    border: 1px solid;
    border-color: #BBDDBB #BBDDBB #AACCAA;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-position: 0 -400px;
    font-size: 20px;
    padding: 7px 20px 9px;
    font-family: "Lucida Grande",Sans-serif;
    margin: 20px;
}

input.start:hover, input.stop:hover {
    color: black;
    border-color:#8a8 #8a8 #797;
}

input.start:focus, input.stop:focus {
    border-color:#999 #999 #888;
    background-position:0 -6px;
    color:#000;
}

input.start {
    background: #BDB url(http://s.twimg.com/a/1257465343/images/buttons/bg-btn-mint.gif);
}
input.stop {
    background: #DAA url(http://s.twimg.com/a/1258070043/images/buttons/bg-btn-pink.gif);
}

dl {
    text-align: left;
}
dt {
    margin-top: 20px;
}
td {
    text-align: left;
}

#bird-logo {
    float:left;
    margin-right:83px;
    margin-bottom:52px;
/*
    position:absolute;
    left:20px;
    top:40px;
*/
}

#dog-logo {
    float:right;
/*
    position:absolute;
    right:20px;
    top:20px;
*/
}

.error {
    color: #a00;
}

.msg {
    background: #CDE;
    padding: 10px;
    margin: 10px;
    border-bottom: 3px solid #ccc
}

#tweet {
    padding: 0px 5px;
}

#format_output {
    margin-bottom: 10px;
}
