	#messagesmain {
		background:#f5f5f5;
		margin-right:auto;
		margin-left:auto;
		height: 400px;
		min-height:400px;
		max-height:400px;
		margin-top:3px;
		overflow: auto;
		overflow-x:hidden;
		overflow-y:auto;
		word-wrap: break-word;
	}
	
	#messagesmain .groupchat {
		border-top: 1px solid #fdfdfd;
		border-bottom: 1px solid #f1f1f1;
		margin: 0px;
		padding: 0px;
		position: relative;
		_position: static;
		overflow: hidden;
	}
	
	#messagesmain .groupchat-timestamp {
		color: #b3b3b3;
	}
	
	.putmargin {
		padding:10px 30px;
	}
	
	#messagesmain .groupchat-nickname-online {
		color: #000000;
	} 
	
	#messagesmain .groupchat-nickname-away {
		color: #777744;
	} 
	
	#messagesmain .groupchat-message {
		color: #595959;
	}
	
	#sidebarcontent .contact-nickname {
		color: #b3b3b3;
	}
	
	#sidebarcontent .contact-status-online {
		color: #009900;
		position: absolute;
	} 
	
	#sidebarcontent .contact-status-away {
		color: #777744;
		position: absolute;
	} 
	
	#sidebarcontent {
		margin-right:auto;
		margin-left:auto;
		overflow: scroll;
		overflow-x:hidden;
		overflow-y:auto;
		word-wrap: break-word;
		height:200px;
		min-height:200px;
		max-height:200px;
	}
	
	#shoutbox {
		height:30px;
		min-height:30px;
		max-height:30px;
		text-align: center;
		padding-top: 15px;
		background-repeat: no-repeat;
		display: none;
	}
	
	#shoutbox .msg {
		position: relative;
		float: left;
		width: 80%;
	}
	
	#shoutbox .btn {
		position: relative;
		float: right;
	}

	#clearer {
		clear:both;
	}
	
	input.groupchat-message {
		width: 100%;
		font-size: 10px;
	}
	
	input.groupchat-message-btn {
		width: 100%;
		font-size: 10px;
	}
	
	input.message {
		width: 60%;
		font-size: 10px;
	}
	
	input.nick {
		width: 20%;
		font-size: 10px;
	}
	
	#overlay {
		background-color:#F7F8F9;
		height:550px;
		margin-left:10px;
		margin-right:10px;
		position:absolute;
		width:940px;
		z-index:1000;
	}
	
	/*#overlay {  
	 	
	 	background-color:red;
		height:100%;
		position:absolute;
		width:960px;
		z-index:1000;
	 	
	 	/*display: none;*/  
	 /*	position: absolute;
	 	width: 960px;  
	 	height: 590px;  
	 	z-index: 1000;  
	 	background-color: #f7f8f9;  
	 	/*-moz-opacity: 0.8;  
	 	opacity: .50;
	 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);*/
	/*}*/
	 
	#login {
	 	/*position: absolute;*/
	 	/*margin:0 auto;*/
	 	/*margin-left: 200px;
	 	margin-top: 50px;
	 	padding-top: 50px;
	 	width:300px;
		height:100px;
		z-index: 1001;
		text-align: center;
		background: #CCCEA9;*/
		
		background:#CCCEA9 none repeat scroll 0 0;
		height:100px;
		margin-left:180px;
		margin-top:50px;
		padding-left:10px;
		padding-right:10px;
		padding-top:50px;
		position:absolute;
		text-align:center;
		width:300px;
		z-index:1001;
	 }
	 
	 #login .connectionstatus {
	 	margin-top: 25px;
	 	position: absolute;
	 	margin-left: 100px;
	 	width:100px;
	 }
	 
	 #messagesmain-contact {
		background:#f5f5f5;
		margin-right:auto;
		margin-left:auto;
		height: 200px;
		min-height:200px;
		max-height:200px;
		margin-top:3px;
		overflow: auto;
		word-wrap: break-word;
	}
	
	#messagesmain-contact .groupchat {
		border-top: 1px solid #fdfdfd;
		border-bottom: 1px solid #f1f1f1;
		margin: 0px;
		padding: 0px;
		position: relative;
		_position: static;
		overflow: hidden;
	}
	
	#contact-chat {
		height: 0px;
	}
	
	#chatwithtuomas {
		display: none;
		cursor: pointer;
	}
	
	li.roommember {
		width: 180px;
		left: 60px;
	}
	
	#chat-with-who {
		display: none;
	}