/*
Start: Special:CommunityTwitter Extension CSS
*/

/* Style submit button like a normal link by Dan Schulz (http://forums.digitalpoint.com/showthread.php?t=403667#post3882723) */
.submit {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #00F;
	border-left: 0;
	color: #00F;
	display: inline;
	margin: 0;
	padding: 0;
}
/* hack needed for IE 7 */
*:first-child+html .submit {
	border-bottom: 0;
	text-decoration: underline;
}
/* hack needed for IE 5/6 */
* html .submit {
	border-bottom: 0;
	text-decoration: underline;
}
.ct-error {
	color: #FF0000;
}
.ct-info {
	color: #B3B3B3;
}
.ct-success {
	color: #006600;
}
span.ct-tweet {
	text-align: right;
	margin: 10px 25px 10px 25px;
	float: right;
}
.ct-chars-left {
	padding-right: 6px;
}
table.ct-tweet-section {
	width: 550px;
	height: 100px;
}
td.ct-tweet-section {
	text-align: center;
}
textarea.ct-tweet-input{
	width: 490px;
	height: 50px;
}
table.ct-last-tweets {
	width: 550px;
}

/*
End: Special:CommunityTwitter Extension CSS
*/
