html, body {
	height: 100%;
}
body {
	background: url('../img/background.png') repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'ABeeZee', sans-serif;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizelegibility;
}
header {
	/*background: #a6b3bf;*/
}
	h1 {
		width: 520px;
		line-height: 54px;
		margin: 20px 0 20px 20px;
		font-size: 54px;
		
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	h1 a {
		color: #333;		
	}
		h1 a:hover {
			text-decoration: none;
		}
	#go_form {
		width: 400px;
		
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
		legend {
			display: block;
			width: 100%;
			padding: 0;
			margin-bottom: 10px;
			font-size: 21px;
			line-height: 40px;
			color: #333333;
			border: 0;
			border-bottom: 1px solid #e5e5e5;
		}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
	#main {
		background: #fff;
		box-shadow: 0px 0px 4px #999;
		border-radius: 4px;
	}
		#no_room {
			line-height: 28px;
			font-size: 16px;
			margin: 20px;
            display: none;
		}
		#content {
			width: 578px;
			height: 497px;
			float: left;
			min-height: 1px;
			margin-left: 20px;
			padding-right: 20px;
			border-right: 2px solid #ccc;
            display: none;
		}
			#text_editor_div {

			}
				#text_editor_div > span {
					margin-right: 10px;
					font-size: 20px;
				}
				#text_editor_div > select {
					margin-bottom: 5px;
				}
		#sidebar {
			float: left;
			min-height: 1px;
			width: 300px;
			padding: 0 10px 0 10px;
            display: none;
		}
			.chat_table {
				height: 220px;
				overflow: auto;
			}
				#sidebar textarea {
					width: 278px;
					margin: 10px 0 10px 0;
					float: none;
					min-height: 1px;
					background-color: #ffffff;
					border: 1px solid #cccccc;
					-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
					-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
					-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
					-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
					-o-transition: border linear 0.2s, box-shadow linear 0.2s;
					transition: border linear 0.2s, box-shadow linear 0.2s;
					height: auto;
					display: inline-block;
					padding: 4px 6px;
					font-size: 14px;
					line-height: 20px;
					color: #555555;
					vertical-align: middle;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					overflow: auto;
				}

			#console {
				padding: 5px;
				/*border: 1px solid #aaa;*/
			}
				#console h3 {
					border-bottom: 1px solid #aaa;
					margin: 0 0 3px 0;
					line-height: 18px;
					text-transform: lowercase;
					font-size: 16px;
				}
					#info_bar_div {
						width: 262px;
						line-height: 16px;
						font-size: 12px;
						padding: 3px;
					}
			#chat_div {
				padding: 5px;
			}	
				#chat_div h3 {
					border-bottom: 1px solid #aaa;
					margin: 0 0 10px 0;
					line-height: 43px;
				}
				.message {
					word-wrap: break-word;
					width: 240px;
					border-radius: 8px;
					margin-bottom: 5px;
					padding: 5px 10px;
					border: 1px solid #ccc;
				}
					.user {
						font-weight: bold;
					}
			#chat_form {
				margin: 10px 0 0 0;
				border-top: 1px solid #ddd;
			}
footer, #push{
	height: 50px;
}
footer {
	background: #999;
}
.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	border: 1px solid #bbbbbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);	
}