
	#twitter_live {
		height:500px;
		width:300px;
		border: 1px solid #d7dbe2;
	}
		#twitter_header {
			background-color: #38cdff;
		}
		#twitter_post {
			background: url(http://www.nothingbutnets.net/nets-save-lives/carappeal_assets/images/twitter_post.png) no-repeat;
			background-color: #ddeef6;
			height: 138px;
			width: 300px;
			border-bottom: 1px solid #d7dbe2;
			position: relative;
			float: left;
		}
			#char_cnt {
				position: absolute;
				color: #86d6f1;
				font-size: 24px;
				font-weight: bold;
				width: 65px;
				position: absolute;
				top: 10px;
				right: 12px;
				text-align: right;
			}
			#tweet_it_btn {
				position: absolute;
				right: 11px;
				bottom: 3px;
			}
			#tweet_text {
				border: none;
				color:#00B3F1;
				font-family:arial,sans-serif;
				font-size:12px;
				height:46px;
				left:15px;
				position:absolute;
				top:43px;
				width:270px;
			}
			.red {
				color: #ec018c;
			}
			#tweets_container {
				width: 280px;
				float: left;
				margin-top: 7px;
				padding: 0 10px;
			}
				#tweets_container h1 {
					font-size: 14px;
					font-weight: normal;
					color: #464646;
					border-bottom: 1px solid #d7dbe2;
					margin-bottom: 8px;
					padding-bottom: 6px;
				}
				#tweets_container li {
					list-style-type: none;
					clear: both;
				}
				#tweets_container .twt_container {
					float: left;
					width: 100%;
					margin-bottom: 8px;
					padding-bottom: 8px;
					border-bottom: 1px solid #d7dbe2;
				}
				#tweets_container .twt_avt {
					float: left;
					width: 55px;
				}
				#tweets_container .twt_content {
					width: 220px;
					float: left;
				}
				#tweets_container .tweet_text a {
					color: #ec018c;
					font-weight: bold;
					text-decoration: none;
				}
					#tweets_container .twt_content a.twt_user {
						color: #00b3f1;
						text-decoration: none;
						font-weight: bold;
					}
				#tweets_container .tweet_date,
				#tweets_container .tweet_date a {
					float: right;
					color: #acacac;
					text-decoration: none;
					font-weight: normal;
				}