*{font-family: Arial;}
a{text-decoration: none;}

/*grid*/
#grid{max-width:1900px;}
.grid_item{padding:3px;}
.host_wrap{background-color:#eee; padding:5px; border:1px solid #ccc; border-radius:5px;}
.host_wrap a{color:#333;}
/*grid*/

/*chat*/
.frame_wrap{background-color:#eee; padding:10px; border:1px solid #ccc; border-radius:5px;}

.Sprite {
	background: rgba(0, 0, 0, 0) url("https://i20.imlive.com/images/activepage6100_sprite.png") no-repeat scroll 0 0;
}		
#content {
	border: 0 solid #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.cover_flc {
	float: left;
	width: 70%;
	position: relative;
}	
.hostname {
	background-position: 0 -184px;
	background-repeat: repeat-x;
	color: #2f598b;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	left: 0;
	line-height: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	cursor: pointer;
}
.hostname span {
	padding-left: 8px;
}

.chat_wrapper {
	float:right;
	width:30%;
	color:#000;
	position:relative;
	height:454px;
	background-color:#fff;
}
.emoticons {
	position:absolute;
	bottom:25px;
	right:0;
	border:solid 1px #E4EDF4;
	border-radius:10px;
	background-color:#fff;
	box-shadow:1px 1px 10px #999;
	display:none;
	margin:5px;
	padding:15px;
}
.emoticons img {
	cursor:pointer;
	margin:3px 5px;
}
.chat_topic {
	cursor:pointer;
	font-size:16px;
	font-weight:700;
	line-height:30px;
	height:30px;
	padding-left:5px;
	border: solid 1px #430000;
}
.chat_window {
	width:100%;
	font-size:14px;
	overflow-y:scroll;
	border:solid 1px #430000;
	margin:0;
	padding:0;
	height:341px
}
.chat_init {
	color:#2f598b;
	font-size:12px;
	margin:15px 0;
}
.chat_user {
	color:inherit;
	padding-right:15px;
}
.chat_msg {
	color:inherit;
	font-weight:400;
}
.chat_window div {
	padding:2px 5px;
}
.chat_input {
	height:85px;
	color:#2f598b;
	background-color: transparent;
	border:solid 1px #430000;
	font-family:Arial;
	margin:0;
	padding:0;
}
.chat_input * {
	float:left;
	font-size:12px;
	color:#2f598b;
	margin:0;
	padding:0;
}
.chat_input .text_input {
	width:73%;
	margin-top:5px;
	border:none;
	color:#2f598b;
	height:70px;
	overflow-y:auto;
}
.chat_input .text_input img {
	display:inline;
	float:none;
}
.chat_input .Gift {
	background-position:-175px -8px;
	width:15px;
	height:16px;
	margin-top:7px;
	margin-right:7px;
	float:right;
	cursor:pointer;
}
.chat_input .Smiley {
	background-position:-194px -8px;
	width:15px;
	height:16px;
	margin-top:7px;
	margin-right:2px;
	float:right;
	cursor:pointer;
}
.chat_input .private_button {
	width:23%;
	height:24px;
	margin-top:4px;
	margin-right:2px;
	background-color:#a9c6e2;
	border:none;
	float:right;
	cursor:pointer;
	color:#2f598b;
}		
.linkButton {
	background-position: 0 -215px;
	background-repeat: repeat-x;
	bottom: 3px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	height: 33px;
	left: 0;
	line-height: 33px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.linkButton a:link,.linkButton a:visited {
	color: #fff;
	text-decoration: none;
}
.blue {color: #2f598b;}
/*chat*/



@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

#bosh_frame{
	margin:0px auto;
	width: 100%;
}