div.pfc-content {
	position: relative;
	width: 918px;
	height: 500px;
	padding: 0;
	margin: 0px 0px 0px -6px;
	font-size: 12px;
	line-height: 14px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #797979;
}

div.pfc-content a {
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #0c91ec;
}

div.pfc-content a:hover {
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: underline;
	color: #0c91ec;
}

div.pfc-content div.pfc-tabs ul {
	list-style: none;
	padding: 0 0 0 16px;
	margin: 0;
	z-index: 10;
	position: absolute;
}

div.pfc-content div.pfc-tabs ul li {
	z-index: 10;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	margin: 0 2px 0 0;
	padding: 0 5px;
	display: block;
	float: left;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #0c91ec;
	background: -moz-linear-gradient(top,#0c91ec 0,#07558b 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0c91ec),color-stop(100%,#07558b));
}

div.pfc-content div.pfc-tabs ul li:hover {
	background-color: #fff;
	background: -moz-linear-gradient(top,#fff 0,#fff 5%,#eef 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(5%,#fff),color-stop(100%,#eef));
	cursor: pointer;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #333;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 0;
}

div.pfc-content div.pfc-tabs ul li.active {
	background-color: #fff;
	background: -moz-linear-gradient(top,#fff 0,#fff 5%,#eef 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(5%,#fff),color-stop(100%,#eef));
	cursor: pointer;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #333;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 0;
}

div.pfc-content div.pfc-tabs ul li.active div.close {
	background-image: url(img/close.png);
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 7px;
}

div.pfc-content div.pfc-tabs ul li.active div.close:hover {
	background-position: bottom center;
}

div.pfc-content div.pfc-tabs ul li div.icon {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 7px;
	margin-left: 4px;
	margin-right: 6px;
}

div.pfc-content div.pfc-tabs ul li.channel div.icon {
	background-image: url(img/channel.png);
}

div.pfc-content div.pfc-tabs ul li.pm div.icon {
	background-image: url(img/pm.png);
}

div.pfc-content div.pfc-tabs ul li div.name {
	float: left;
	margin-right: 4px;
}

div.pfc-content div.pfc-tabs ul li.new-tab {
	display: block;
	background: 0;
	background-color: #eef;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	height: 24px;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

div.pfc-content div.pfc-tabs ul li.new-tab div.icon {
	background-image: url(img/tab-add.png);
	width: 16px;
	height: 16px;
	margin: 2px;
	padding: 0;
}

div.pfc-content div.pfc-tabs ul li.new-tab:hover {
	margin-top: 0;
	height: 29px;
}

div.pfc-content div.pfc-mobile-tabs {
	display: none;
	position: absolute;
	top: 61px;
	left: 6px;
	right: 6px;
	z-index: 5;
	border: 1px solid #cdcdcd;
}

div.pfc-content div.pfc-mobile-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.pfc-content div.pfc-mobile-tabs ul li {
	float: none;
	padding: 0 10px;
	border-bottom: 1px solid #cdcdcd;
	z-index: 10;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	background-color: #0c91ec;
	background: -moz-linear-gradient(top,#0c91ec 0,#07558b 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0c91ec),color-stop(100%,#07558b));
}

div.pfc-content div.pfc-mobile-tabs ul li:hover {
	background-color: #fff;
	background: -moz-linear-gradient(top,#fff 0,#fff 5%,#eef 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(5%,#fff),color-stop(100%,#eef));
	cursor: pointer;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #333;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

div.pfc-content div.pfc-mobile-tabs ul li.active {
	background-color: #fff;
	background: -moz-linear-gradient(top,#fff 0,#fff 5%,#eef 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(5%,#fff),color-stop(100%,#eef));
	cursor: pointer;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #333;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

div.pfc-content div.pfc-mobile-tabs ul li.active div.close {
	background-image: url(img/close.png);
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 7px;
}

div.pfc-content div.pfc-mobile-tabs ul li.active div.close:hover {
	background-position: bottom center;
}

div.pfc-content div.pfc-mobile-tabs ul li:last-child {
	border: 0;
}

div.pfc-content div.pfc-mobile-tabs ul li div.icon {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 7px;
	margin-left: 4px;
	margin-right: 6px;
}

div.pfc-content div.pfc-mobile-tabs ul li.channel div.icon {
	background-image: url(img/channel.png);
}

div.pfc-content div.pfc-mobile-tabs ul li.pm div.icon {
	background-image: url(img/pm.png);
}

div.pfc-content div.pfc-mobile-tabs ul li div.name {
	float: left;
	margin-right: 4px;
}

div.pfc-content div.pfc-mobile-tabs ul li.new-tab {
	display: none;
	background: 0;
	background-color: #eef;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	height: 24px;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

div.pfc-content div.pfc-mobile-tabs ul li.new-tab div.icon {
	background-image: url(img/tab-add.png);
	width: 16px;
	height: 16px;
	margin: 2px;
	padding: 0;
}

div.pfc-content div.pfc-mobile-tabs ul li.new-tab:hover {
	margin-top: 0;
	height: 29px;
}

div.pfc-content div.pfc-users {
	width: 193px;
	position: absolute;
	top: 57px;
	right: 6px;
	bottom: 74px;
	overflow: auto;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	background-color: #fff;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #797979;
	box-shadow: inset 0 3px 10px #e8e8e8;
	-moz-box-shadow: inset 0 3px 10px #e8e8e8;
	-webkit-box-shadow: inset 0 3px 10px #e8e8e8;
}

div.pfc-content div.pfc-users .role-title {
	display: block;
	font-size: 12px;
	font-family: arial;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	color: #797979;
	padding: 15px 0 5px 10px;
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
}

div.pfc-content div.pfc-users ul {
	padding: 0;
	margin: 0;
}

div.pfc-content div.pfc-users ul li {
	border-top: 0 solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	height: 30px;
	display: block;
	position: relative;
	margin-top: 0;
}

div.pfc-content div.pfc-users ul li:hover {
	background-color: #fff;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #797979;
	box-shadow: "" "" "" "";
	-moz-box-shadow: "" "" "" "";
	-webkit-box-shadow: "" "" "" "";
	box-shadow: inset "" "" "" "";
	-moz-box-shadow: inset "" "" "" "";
	-webkit-box-shadow: inset "" "" "" "";
}

div.pfc-content div.pfc-users ul li .name {
	margin-right: 30px;
	margin-left: 30px;
	line-height: 30px;
	white-space: pre;
	overflow: hidden;
}

div.pfc-content div.pfc-users ul li .avatar {
	max-height: 30px;
	max-width: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 0;
}

div.pfc-content div.pfc-users ul li .status {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 8px;
	top: 7px;
	background-repeat: no-repeat;
}

div.pfc-content div.pfc-users ul li .myself {
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	color: #797979;
}

div.pfc-content div.pfc-users ul li .st-active {
	background-image: url(img/neutral.png);
}

div.pfc-content div.pfc-users ul li .st-inactive {
	background-image: url(img/neutral.png);
}

div.pfc-content div.pfc-users ul li .st-admin.st-active {
	background-image: url(img/neutral.png);
}

div.pfc-content div.pfc-users ul li .st-admin.st-inactive {
	background-image: url(img/neutral.png);
}

div.pfc-content div.pfc-messages {
	background-color: #fff;
	position: absolute;
	top: 57px;
	bottom: 74px;
	right: 200px;
	left: 6px;
	overflow: auto;
	padding: 10px 10px 0;
	border-left: 1px solid #cdcdcd;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #797979;
	box-shadow: inset 0 3px 10px #e8e8e8;
	-moz-box-shadow: inset 0 3px 10px #e8e8e8;
	-webkit-box-shadow: inset 0 3px 10px #e8e8e8;
}

div.pfc-content div.pfc-messages a {
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #0c91ec;
}

div.pfc-content div.pfc-messages a:hover {
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: underline;
	color: #0c91ec;
}

div.pfc-content div.pfc-messages .messages-group {
	border-bottom: 1px dotted #d0d0d0;
	padding: 5px 0 8px;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #797979;
}

div.pfc-content div.pfc-messages .messages-group:hover {
	background-color: #fff;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #797979;
	border-bottom: 1px dotted #d0d0d0;
	box-shadow: "" "" "" "";
	-moz-box-shadow: "" "" "" "";
	-webkit-box-shadow: "" "" "" "";
	box-shadow: inset "" "" "" "";
	-moz-box-shadow: inset "" "" "" "";
	-webkit-box-shadow: inset "" "" "" "";
}

div.pfc-content div.pfc-messages .messages-group .avatar {
	margin: 4px 0 0 6px;
	height: 30px;
	width: 30px;
	border: 0 "" "";
	box-shadow: "" "" "" "";
	-moz-box-shadow: "" "" "" "";
	-webkit-box-shadow: "" "" "" "";
	float: left;
}

div.pfc-content div.pfc-messages .messages-group .date {
	float: right;
	margin-right: 5px;
	font-size: 90%;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #797979;
}

div.pfc-content div.pfc-messages .messages-group .name {
	padding: 0;
	margin: 0;
	padding-left: 0;
	word-wrap: break-word;
	font-size: 12px;
	font-family: arial;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	color: #797979;
}

div.pfc-content div.pfc-messages .messages-group .message {
	padding: 0;
	margin: 0;
	padding-left: 0;
	word-wrap: break-word;
	white-space: pre-wrap;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #797979;
}

div.pfc-content div.pfc-messages .messages-group.from-system-message .message {
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	color: gray;
}

div.pfc-content div.pfc-messages .messages-group.from-system-error .message {
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	color: red;
}

div.pfc-content div.pfc-messages .pfc-message-mobile-padding {
	display: none;
	height: 150px;
}

div.pfc-content div.pfc-topic {
	z-index: 5;
	position: absolute;
	margin-top: -1px;
	top: 31px;
	right: 6px;
	left: 6px;
	height: 25px;
	background-color: #eef;
	border: 1px solid #cdcdcd;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

div.pfc-content div.pfc-topic p {
	color: #797979;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	line-height: 25px;
	float: right;
	padding: 0;
	margin: 0 10px 0 0;
}

div.pfc-content div.pfc-topic p span.pfc-topic-label {
	display: none;
	color: #797979;
	font-size: 12px;
	font-family: arial;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

div.pfc-content div.pfc-topic p span.pfc-topic-value {
	display: none;
}

div.pfc-content div.pfc-footer {
	position: absolute;
	bottom: 47px;
	left: 6px;
	right: 6px;
	border: 1px solid #cdcdcd;
	height: 25px;
	line-height: 25px;
	background-color: #eef;
	color: #797979;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

div.pfc-content div.pfc-footer a {
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #0c91ec;
}

div.pfc-content div.pfc-footer a:hover {
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: underline;
	color: #0c91ec;
}

div.pfc-content div.pfc-footer a.bt-powered {
	margin-right: 10px;
}

div.pfc-content div.pfc-footer a.bt-donate {
	position: relative;
	border: 1px solid #cdcdcd;
	box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 1px #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 10px 2px 25px;
	background: url(img/donate.png) 10px 0 no-repeat;
}

div.pfc-content div.pfc-footer a.bt-donate:hover {
	background-color: #dfdef6;
	text-decoration: none;
}

div.pfc-content div.pfc-footer p.ping {
	margin: 0 8px 0 0;
	padding: 0;
	float: right;
	line-height: 25px;
	color: #797979;
	font-size: 90%;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

div.pfc-content div.pfc-footer p.logo {
	margin: 0 4px 0 0;
	padding: 0;
	float: right;
	line-height: 25px;
}

div.pfc-content div.pfc-footer p.logo img {
	vertical-align: middle;
	margin-top: -4px;
}

div.pfc-content div.pfc-footer ul {
	margin: 0 0 0 4px;
	padding: 0;
	list-style: none;
}

div.pfc-content div.pfc-footer ul li {
	float: left;
	margin-right: 6px;
	line-height: 25px;
}

div.pfc-content div.pfc-footer ul li div {
	width: 16px;
	height: 16px;
	margin-top: 4px;
	cursor: pointer;
}

div.pfc-content div.pfc-footer ul li div:hover {
	background-position: bottom center;
}

div.pfc-content div.pfc-footer ul li div.logout-btn {
	background-image: url(img/logout.png);
}

div.pfc-content div.pfc-footer ul li div.smiley-btn {
	background-image: url(img/smiley-off.png);
}

div.pfc-content div.pfc-footer ul li div.sound-btn {
	background-image: url(img/sound-off.png);
}

div.pfc-content div.pfc-compose {
	position: absolute;
	bottom: 7px;
	left: 6px;
	right: 6px;
	background-color: #fff;
	height: 40px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

div.pfc-content div.pfc-compose textarea {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 2px;
	background-color: #fff;
	color: #797979;
	font-size: 12px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-top: 0;
	box-shadow: inset 0 3px 10px #dcdcdc;
	-moz-box-shadow: inset 0 3px 10px #dcdcdc;
	-webkit-box-shadow: inset 0 3px 10px #dcdcdc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

div.pfc-content div.pfc-modal-overlay {
	display: none;
	position: absolute;
	background-color: #000;
	opacity: .2;
	z-index: 50;
	right: 0;
	left: 0;
	bottom: 0;
	top: -6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.pfc-content div.pfc-modal-box {
	display: none;
	position: absolute;
	background-color: #FFF;
	z-index: 55;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: "" "" "" "";
	-moz-box-shadow: "" "" "" "";
	-webkit-box-shadow: "" "" "" "";
}

div.pfc-content div.pfc-modal-box .popup-login {
	text-align: right;
}

div.pfc-content div.pfc-modal-box .popup-login input[type=text] {
	border: 1px solid #cdcdcd;
	background-color: #fff;
	color: #797979;
	padding: 2px 5px;
	margin-bottom: 10px;
}

div.pfc-content div.pfc-modal-box .popup-login input[type=submit] {
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #0c91ec;
	padding: 2px 10px;
	background-color: #eef;
}

div.pfc-content div.pfc-modal-box .popup-login input[type=submit]:hover {
	border: 1px solid #cdcdcd;
	color: #0c91ec;
	background-color: #dfdef6;
	text-decoration: none;
	cursor: pointer;
}

div.pfc-content div.pfc-modal-box .popup-donate p {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	height: 140px;
	width: 290px;
	margin: 0;
	padding-right: 80px;
	padding-top: 5px;
	padding-left: 5px;
	background: url(img/illus-donate.png) right bottom no-repeat;
	overflow: auto;
}

div.pfc-content div.pfc-modal-box .popup-donate div input[name=cancel-donate] {
	position: relative;
	top: -4px;
	width: 114px;
	height: 24px;
	background: url(img/bt-not-now.png) top center no-repeat;
	border: 0;
	padding: 0 0 4px;
	margin: 0 10px;
	color: #9e9e9e;
	font-size: 14px;
}

div.pfc-content div.pfc-modal-box .popup-donate div input[name=cancel-donate]:hover {
	background-position: bottom center;
	cursor: pointer;
	color: #2593c5;
}

div.pfc-content div.pfc-modal-box .popup-donate div input[name=ok-donate] {
	width: 204px;
	height: 44px;
	background: url(img/bt-donate-popup.png) top center no-repeat;
	border: 0;
	padding: 0 0 0 60px;
	margin: 0 20px;
	color: #fff;
	font-size: 20px;
}

div.pfc-content div.pfc-modal-box .popup-donate div input[name=ok-donate]:hover {
	cursor: pointer;
	background-position: bottom center;
}

div.pfc-content div.pfc-modal-box .popup-donate span {
	display: block;
	margin-top: 5px;
}

div.pfc-content div.pfc-modal-box .popup-donate span label {
	font-size: 10px;
	position: relative;
	top: -3px;
}

div.pfc-backlink {
	padding: 10px;
	border: 1px solid #cdcdcd;
	background-color: #eef;
}

div.pfc-backlink p {
	padding: 0;
	margin: 0;
}

div.pfc-backlink pre {
	padding: 5px;
	background-color: #DDD;
}

div.pfc-content.pfc-notabs div.pfc-tabs ul li {
	height: 0;
}

div.pfc-content.pfc-notabs div.pfc-tabs ul li.new-tab {
	height: -6px;
}

div.pfc-content.pfc-notabs div.pfc-tabs ul li.new-tab:hover {
	height: -7px;
}

div.pfc-content.pfc-notabs div.pfc-users {
	top: 27px;
}

div.pfc-content.pfc-notabs div.pfc-messages {
	top: 27px;
}

div.pfc-content.pfc-notabs div.pfc-topic {
	top: 1px;
}

div.pfc-content a.pfc-toggle-users {
	display: none;
	float: right;
	position: absolute;
	top: 1px;
	right: 2px;
	width: 40px;
	height: 28px;
	background: url(img/users-toggle.png) top center no-repeat;
	cursor: pointer;
}

div.pfc-content a.pfc-toggle-users:hover {
	background-position: bottom center;
}

div.pfc-content a.pfc-toggle-tabs {
	display: none;
	float: right;
	position: absolute;
	top: 1px;
	left: 2px;
	width: 40px;
	height: 28px;
	background: url(img/tabs-toggle.png) top center no-repeat;
	cursor: pointer;
}

div.pfc-content a.pfc-toggle-tabs:hover {
	background-position: bottom center;
}

@media (max-width: 750px) {
	div.pfc-content div.pfc-users {
		display: none;
	}
	div.pfc-content div.pfc-messages {
		right: 6px;
	}
	div.pfc-content div.pfc-topic {
		height: 30px!important;
	}
	div.pfc-content div.pfc-topic p {
		line-height: 30px!important;
		margin-right: 50px!important;
	}
	div.pfc-content a.pfc-toggle-users {
		display: block;
	}
}

@media (max-width: 480px) {
	.pfc-content {
		height: 300px!important;
		top: -30px;
	}
	.pfc-content div.pfc-messages .messages-group .avatar {
		display: none;
	}
	.pfc-content div.pfc-messages .messages-group .name,.pfc-content div.pfc-messages .messages-group .message {
		padding: 0!important;
	}
	.pfc-content div.pfc-messages .pfc-message-mobile-padding {
		display: block!important;
	}
	.pfc-content a.pfc-toggle-tabs {
		display: none!important;
	}
	.pfc-content .pfc-tabs {
		display: none;
	}
	.pfc-content .pfc-modal-box .popup-donate p {
		width: 140px!important;
	}
	.pfc-content .pfc-modal-box .popup-donate div {
		position: relative;
		height: 70px;
	}
	.pfc-content .pfc-modal-box .popup-donate div input[name=cancel-donate] {
		display: block;
		margin: 0 auto!important;
		top: 50px!important;
	}
	.pfc-content .pfc-modal-box .popup-donate div input[name=ok-donate] {
		display: block;
		margin: 0 auto!important;
		position: absolute;
		top: 0;
	}
	.pfc-content .pfc-modal-box .popup-donate span {
		clear: both;
	}
}