html, body {
    font-family: "Trebuchet MS", Arial, sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
	 height: 100%;
	 width: 100%;
}
#widget {
    position: relative;
    width: 100%;
    height: 100%;
}
#formwrapper {
    background: #EAEBEF;
    color: #828d9b;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px;
    height: 60px;
    position: relative;
}
.msgfieldwrapper {
    padding-bottom: 10px;
}
.msgfield {
    background: white;
    border: 0 none;
    border-left: 1px solid #8B9293;
    border-top: 1px solid #8B9293;
    color: #595151;
    font-family: "Trebuchet MS", Arial, sans-serif;
    padding: 0;
    width: 99%;
    height: 20px;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 3px;
}
.sendbtnwrapper {
    float: right;
}
.sendbtn {
    vertical-align: middle;
}
.charcount {
    color: #41556A;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    vertical-align: middle;
}
.sendbtn, .loginbtn {
    background: #68B1D9;
    color: white;
    border: 1px solid #4590B7;
    font-family: "Trebuchet MS", Arial, sans-serif;
    height: 25px;
    padding: 0 6px;
    font-size: 10px;
}
.sendmeta label {
    color: #41556A;
}
.login {
    position: absolute;
    left: 10px;
    bottom: 10px;
    line-height: 25px;
    vertical-align: middle;
}
#error {
    position: absolute;
    width: 100%;
    left: 0;
    top: 34px;
    text-align: center;
    color: red;
    font-size: 12px;
}
#countdown {
    position: absolute;
    width: 100%;
    top: 10px;
    text-align: center;
    font-size: 12px;
}
.loginform {
    padding-top: 17px;
    text-align: center;
}
.logintitle {
    color: #615959;
    font-size: 20px;
    vertical-align: middle;
}
.usernamefield, .passwordfield {
    font-family: "Trebuchet MS", Arial, sans-serif;
    vertical-align: middle;
    background: white;
    color: black;
    border: 0 none;
    padding: 0;
    width: 100px;
    height: 20px;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 3px;
    margin-right: 5px;
}
.usernamefield.unfilled, .passwordfield.unfilled {
    color: #A8B1B9;
}
#tweets {
    overflow: auto;
    font-size: 0.85em;
    background: white;

    height: 241px;
}
.clearhack {
    clear: left;
}
.tweet {
    padding: 5px;
    padding-left: 10px;
    border-top: 1px dashed #CCC;
    line-height: 1.2;
}
.tweet.first {
    border-top: 0 none;
}
.tweet img {
    border: 0 none;
    float: left;
    display: block;

}
.tweetmain {
    margin-left: 37px;
}
.tweettext {
    color: #3f424e;
}
.tweetago {
    color: #888;
    font-size: 0.9em;
    font-style: italic;
}
a {
    color: #71b5db;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.followbox {
    text-align: left;
    background: white;
    font-size: 12px;
    line-height: 31px;
    vertical-align: middle;
    position: relative;
    top: 10px;
    height: 31px;
    width: 446px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.followtextwrapper {
    text-align: center;
    padding-right: 26px;
    background: url(http://cdn1.ustream.tv/socialfeed/follow.png) no-repeat right top;
    width: 175px;
    float: left;
}
.followtext {
    color: #132a3c;
    font-size: 12px;
    font-family: 'Lucida Grande', Arial, sans-serif;
}
.followlogo {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
.followname {
    vertical-align: middle;
    font-size: 20px;
    color: #132a3c;
    font-weight: bold;
}
.followbutton {
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #E6E6E6;
    color: black;
    border: 1px solid #CCC;
    cursor: pointer;
    font-size: 10px;
    width: 75px;
    padding: 4px 8px;
}
.followbutton:hover, .followbutton:focus {
    background: #D5D5D5;
}
.followedcheck {
    position: absolute;
    right: 50px;
    top: 11px;
}

