@CHARSET "UTF-8";

#chatCorrespondent {
	margin: 10px 0;
	padding: 10px;
	background-color: #EBEBED;
}

#chatCorrespondent img {
	margin-right: 10px;
	float: left;
}

#chatCorrespondent .right {
	width: 376px;
	float: left;
}

#chatCorrespondent .right h3 {
	font-size: 150%;
	font-weight: normal;
}

#chatCorrespondent .right .item {
	margin-bottom: 10px;
}

.chatItem {
	margin-bottom: 15px;
	width: 616px;
	word-wrap: break-word;
}

.chatItem div.question {
	margin-bottom: 3px;
	color: #747B87;
}

#chatAddComment {
	width: 153px;
	height: 36px;
	margin: 5px auto 15px auto;
	padding-left: 10px;
	color: #253B82;
	font-size: 18px;
	line-height: 36px;
	cursor: pointer;
	background: url(../gfx/chat_button_bg.png) no-repeat;
}

#chatAddForm {
	margin-bottom: 10px;
	padding: 10px;
	display: none;
	background-color: #EBEBED;
}

#chatAddForm input, #chatAddForm textarea {
	border: 1px solid #B1B1B3;
	float: left;
}

#chatAddForm textarea {
	width: 485px;
	height: 75px;
}

#chatAddForm div {
	margin-bottom: 10px;
}

#chatAddForm label {
	width: 90px;
	margin-right: 10px;
	float: left;
	text-align: right;
}

#chatAddForm .submit {
	height: 26px;
	line-height: 26px;
	display: block;
	margin: auto;
	float: none;
	color: #ffffff;
	background: url(../gfx/buttonSubmit.png) repeat-x;
}

#chatAddForm .submit.loading {
	background: transparent url("../gfx/loadingMini.gif") no-repeat center center !important;
	color: #EBEBED;
}


