
	.newsstream {
		border-top:2px solid #000000;
		clear:both;
		margin:35px 0;
		position:relative;
		width:100%;
	}
		.newsstream a.load-button, .newsstream #newsstream-jetpack #infinite-handle span {
			border:1px solid #B7B7B7;
			border-radius:5px;
			background-color:#E0E0E0;
			color:#222222;
			cursor:pointer;
			display:block;
			font-size:12px;
			line-height:31px;
			padding:0;
			text-align:center;
			text-decoration:none;
		}
		
		.newsstream .options {
			margin-top:-21px;
			padding-bottom:21px;
		}
		
			.newsstream .options .title {
				background-color:#FFFFFF;
				color:#000000;
				float:left;
				font-size:14px;
				font-weight:bold;
				line-height:17px;
				padding-right:7px;
			}
		
		.newsstream .stream {
			min-height:400px;
		}
		
		.newsstream .updates {
			clear:both;
			height:31px;
		}
	
	.newsstream-quick-update {
		background-color:#FFFFFF;
		border:1px solid #777777;
		clear:both;
		margin:0 0 21px 0;
	}
	
		.newsstream-quick-update .buttons {
			background:#999999;
			border-top:1px solid #777777;
			clear:both;
			padding:7px;
			height:22px;
		}
		
			.newsstream-quick-update .buttons a.add_media {
				background:url( 'newsstream-camera.png' ) no-repeat no-repeat;
				float:left;
				height:20px;
				text-decoration:none;
				width:20px;
			}
			
			.newsstream-quick-update .buttons a.submit {
				background:#000000;
				border-radius:2px;
				color:#FFFFFF;
				display:inline-block;
				float:right;
				font-weight:bold;
				font-size:12px;
				line-height:22px;
				padding:0 16px;
				text-decoration:none;
			}
		
		.newsstream-quick-update .content-input-wrapper {
			border-top:1px solid #777777;
			padding:10px;
		}
		
			.newsstream-quick-update .content-input-wrapper table {
				width:100%;
			}
			
			.newsstream-quick-update .content-input-wrapper .content-input {
				background:#FFFFFF;
				border:0;
				overflow:hidden;
				outline:0;
				margin:0 0 0 1%;
				resize:none;
				width:99%;
			}
		
		.newsstream-quick-update .headline-input-wrapper {
			padding:0 10px;
		}
		
			.newsstream-quick-update .headline-input-wrapper .headline-input {
				background:#FFFFFF;
				border:0;
				overflow:hidden;
				outline:0;
				padding:7px 0;
				width:100%;
			}