#oleggo-twitter-box {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	line-height: auto;
	border: 1px solid #D9D9D9;
}

#oleggo-twitter-box ol,li {
    margin:0 0 0 0;
	padding: 0 0 0 0;
}

#oleggo-twitter-form {
    background: #EAEBEF;
    color: #828d9b;
	border-bottom: 1px solid #D9D9D9;
}

#oleggo-twitter-results {
	width: 100%;
	overflow-y: scroll;
	font-size:13px;
	background-color: #ffffff;
}

#oleggo-twitter-results .loading {
	color: #888;
}

#oleggo-twitter-results ol#twitter_results {
	list-style: none;
	margin:0;
}

#oleggo-twitter-results li.result {
	border-bottom: 1px dashed #ccc;
	padding: 0.75em 15px;
	overflow: hidden;
	margin: 0;
}

#oleggo-twitter-results li.result.odd {
	background-color: #f8fcfd;
}

#oleggo-twitter-results li.result.even {
	background-color: #fdfdfd;
}

/* Each result has an avatar, message (text), and info */
#oleggo-twitter-results li.result .avatar {
	height:48px;
	width:48px;
	float:left;
	overflow:hidden;
}

#oleggo-twitter-results li.result .avatar img {
    border: 0 none;
}

#oleggo-twitter-results li.result .text {
	margin-left: 58px;
}

#oleggo-twitter-results li.result .info {
	margin-left: 58px;
	color: #888;
	font-size: 0.75em;
	line-height: 1.5em;
}




#formwrapper {
	padding-bottom:10px;
	padding-top:10px;
	margin: 0 auto;
	width:96%;
}
.msgfieldwrapper {
    padding-bottom: 10px;
}

.msgfield {
    background: white;
    border: 0 none;
    border-left: 1px solid #8B9293;
    border-top: 1px solid #8B9293;
    color: #595151;
    width: 100%;
    height: 20px;
    font-size: 12px;
}
.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;
    height: 25px;
    padding: 0 6px;
    font-size: 10px;
}

.sendbtn:hover, .loginbtn:hover {
    background: #55A1C9;
}

.sendmeta {
	vertical-align: bottom;
}

.sendmeta label {
    color: #41556A;
}
.twitter-user {
	float:left;
	font-size:12px;
	clear: left;
}
#error {
    width: 100%;
    color: red;
    font-size: 12px;
	margin-top:4px;
}
#msg {
    width: 100%;
    color: green;
    font-size: 12px;
	margin-top:4px;
}
#status-update-result {
    color: green;
    font-size: 10px;
	float: left;
	width: 70%;
	height: 10px;
	line-height: 1em;
}
#countdown {
    position: absolute;
    width: 100%;
    top: 10px;
    text-align: center;
    font-size: 12px;
}
.loginform {
    text-align: center;
}
.logintitle {
    color: #615959;
    font-size: 15px;
    vertical-align: middle;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}
.usernamefield, .passwordfield {
    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;
}

.msgtxt {
	line-height: 1em;
}