	.break {
		border-top: 1px solid grey;	
	}
	
	.stream {
		height: 380px;
		width: 640px;
		border: 1px solid black;
		margin-top: 25px;
		padding: 3px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	.stream label {
		float: left;
		width: 120px;
		clear: left;	
	}
	
	.stream p {
		float: left;
		clear: right;
		width: 500px;
		margin-bottom: 5px;
		display: block;
	}
	
	.stream div#wrap {
		display: block;
		float: left;
	}
	
	.entry {
		background: #FFAFAF;
		border-top: 1px solid #FF3F3F;
		border-bottom: 1px solid #FF3F3F;
	}
	
	.exit {
		background: #FFF58F;	
		border-top: 1px solid #FF981F;
		border-bottom: 1px solid #FF981F;
	}	
	.cpanel {
		height: 190px;
		width: 640px;
		border: 1px solid black;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 3px;
	}
	
	.cpanel label {
		float: left;
		width: 120px;
		clear: left;
		margin-bottom: 3px;
	}

	.cpanel input {
		float: left;
		/*clear: right;*/
		width: 300px;
		margin-bottom: 3px;
	}

	.cpanel textarea {
		float: left;
		/*clear: right;*/
		width: 300px;
		height: 120px;
		margin-bottom: 3px;
	}
	
	.cpanel input#send {
		margin-left: 120px;
		clear: both;
	}

	#smile {
		float: right;
		height: 150px;
		width: 200px;
		border: 1px solid #999;
		position: relative;
		padding: 5px;
	}
	
	#smile img {
		cursor: pointer;
		margin: 1px;
	}
