.divTweetEditorContainer {
	}
.divTweetEditor {
	border: 1px solid silver;
	width: 400px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: "Ubuntu";
	font-size: 15px;
	letter-spacing: 0.01rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	min-height: 3em;
	background-color: white;
	}
.divTweetEditorPostButton {
	margin-top: 5px;
	float: right;
	}
.divTweetEditorContainer :focus, .divTweetEditorContainer :visited:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	
	background-color: white;
	
	}
.divTweetEditorContainer .divCharCount {
	color: darkgray;
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
	min-height: 40px;
	}
.divTweetEditorContainer .spRedCharCount {
	color: red;
	}
.divTweetEditorContainer .divTweetPrompt {
	color: black;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 3px;
	}
.btnTweetEditorCancel, .btnTweetEditorPost {
	width: 90px;
	}
.btnTweetEditorCancel i, .btnTweetEditorPost i {
	color: darkgray
	}
