#chatHolder {
	cursor: pointer;
}

.ui-widget-content { border: 10px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }

#logInButt {
	font-weight: bold;
	padding: 0px;
	background: none;
	border: none;
	background-image: url(http://www.pbi.org.uk/images/login.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 90px;
	display: inline;
	margin: 0px;
	cursor:pointer;
	float: left;
	clear: both;
    font-size: 0.1px;
	
}
#chatText {
	float: left;
	clear: left;
	font-size: 100%;
	height: 300px;
	width: 500px;
}

#chatTextIn {
    width: 260px;
}

#chatSend {
	font-weight: bold;
	padding: 0px;
	background: none;
	border: none;
	background-image: url(http://www.pbi.org.uk/images/send.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 90px;
	display: inline;
	margin: 0px;
	cursor:pointer;
    font-size: 0.1px;
	margin-left: 10px;
}

#chatWindow {
	width: 500px;	
}
