.rightCol{
	border-left: 1px solid #111;
	width: 400px;
	padding-left: 3px;
	height: 550px;
}
.rightCol .txtInput{
	width: 250px;
	border: 1px solid #666;
	color: #AAA;
	background-color: #222;
}
.rightCol input.txtInput,.rightCol button.txtInput{
	background: #222 url(../img/inputBG.png) repeat-x top left;
}

.noMsg{
	height: 550px;
	line-height: 550px;
	text-align: center;
}

.message{
	border-bottom: 1px solid #733;
	margin: 15px;
}

.message .content{
	margin: 8px;
}

.paging .page{
	color: #888;
}
.paging .cPage, .paging .page:hover{
	color: #FFF;
	text-decoration: none;
}

.fmTbl{
	width: 100%;
}
.fmTbl .leftCol{
	width: 120px;
}

.sendBtn{
	background: url(../img/sendBtn.png) no-repeat center center;
	width: 200px;
	height: 80px;
	line-height: 80px;
	font-size: 18pt;
	color: #200;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	cursor: default;
}
.sendBtn:hover{
	background: url(../img/sendBtn-mover.png) no-repeat center center;
}

