.cs_twitter {
/*    background-color:#EBEBEB;
    background:#EBEBEB url(Images/background_twitter.png) repeat-y center;*/
	 background-color: transparent;
    color:#6498AA;
    padding:20px;
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
	 text-align: left;
}
.cs_twitter .cs_errorBlock {
    padding-left:22px;
    background-image:url(Images/warning.png);
    background-repeat:no-repeat;
    background-position:left;
    margin-top:10px;
    margin-bottom:10px;
}
.cs_twitter .cs_errorText {
    display:block; 
    padding:5px;
}
.cs_twitter .cs_twitterlogo {
/*    background:url(Images/twitterlogo.png) no-repeat center;
    width:117px;
    height:31px;
    position:absolute;
    left:20px;
    top:-15px;*/
}
.cs_twitter .cs_mainList {
    list-style-type:none;
    padding:0px;
    margin:0px;
}
.cs_twitter li {
    list-style-type:none;
    border-bottom-width:1px;
    border-bottom-color:#B5B5B6;
    border-bottom-style:dashed;
    padding-bottom:5px;
    padding-top:5px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
	 color: #003094;
}
.cs_twitter .cs_mainList .cs_last_child {
    border:none;
}
.cs_twitter li .cs_messageText {

}
.cs_twitter li .cs_timeSpan {
/*    color:#DF9E49;*/
	 color: #eb0033;
}
.cs_twitter .cs_twitterLinkContainer {
    height:12px;
    margin: 5px;
}
.cs_twitter .cs_twitterLink {
    float:right;
    font-size:13px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bolder;
    text-decoration:underline;
    color:#eb0033;
}
.cs_twitter .cs_twitterLink:hover {
    float:right;
    font-size:13px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bolder;
    text-decoration:underline;
    color:#eb0033;
}
.cs_twitter .cs_inputFieldCaption {
    width:100px;
    color:#818181;
}
.cs_twitter .cs_messageField {
    width:194px;
    border-color:#D8D7D7;
    border-width:1px;
    border-style:solid;
    padding:2px;
}
.cs_twitter .cs_passwordField {
    width:200px;
    border-color:#D8D7D7;
    border-width:1px;
    border-style:solid;
    padding:2px;
}
.cs_twitter .cs_addMessageContainer .cs_inputFieldRow {
    clear:both;
    overflow:hidden;
    width:200px;
    margin-bottom:5px;
}
.cs_twitter .cs_addMessageContainer .cs_sendButton {
    float:right;
    background-image:url(Images/sendButton.png);
    width:69px;
    height:22px;
}
.cs_twitter .cs_addMessageContainer .cs_messageLengthLimit {
    color:#818181;
    font-size:10px;
    float:right;
    margin-top:-3px;
}