#roomInfo {
	text-align: center;
	display: none;
}

#searchRoom {
	text-align: center;
	height: 575px;
}

#form {
	display: none;
	float: left;
}

#video {
	display: none;
	width: 320px;
	float: right;
	padding-right: 25px;
}

#sharedObject {
	float: right;
	display: none;
}

#shared_push {
	width: 260px;
	height: 250px;
}

#shared_receive {
	width: 260px;
	height: 110px;
}

div.objects {
	float: left;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	width: 46px;
	height: 46px;
}

div.object_01 {
	background-image: url("images/button_one.png");
}

div.object_02 {
	background-image: url("images/button_two.png");
}

div.object_03 {
	background-image: url("images/button_three.png");
}

div.object_04 {
	background-image: url("images/button_four.png");
}

#myPlayer {
	margin-top: 15px;
	margin-bottom: 15px;
}

#div_quit_button {
	float: right;
}
#roomConnect  {
	text-align: left;
}

div#hisStream {
	width:303px;
	height:240px;
	float: left;
}

img#loading {
	margin: 95px 0 0 135px;
	width: 50px;
	height:50px;
}

div#wait {
	display: none;
}
#align_center  {
	text-align: center;
}