@charset "utf-8";
.panel {
	display:block;
	/*margin:20px 0 0 17px;*/
	width:886px;
	height:327px;
	text-align:left;
	float:left;
}
.title {
	color:#333;
	font-size:22px;
	font-weight:bold;
	margin-left:5px;
}	
#container {
	clear:both;
}
.info-section {
	display:block;
	width:208px;
	height:191px;
	background-color:#EEE;
	border:1px solid #333;
	margin-top:20px;
	position:relative;
	overflow:hidden;
}
.frm-panel {
	position:absolute;
	top:0;
	left:0;
	background-color:#EEE; 
	width:703px; 
	height:200px; 
	padding:10px; 
	clear:none;
	font-size:12px;
	color:#000;
}
.frm-sec {
	margin-bottom:15px;
}
.section {
	position:absolute;
	top:0;
	left:0;
	display:block;
	clear:none;
	width:580px;
	height:100%;
	padding:10px;
	margin-left:200px; 
	background-color:#222;
	color:#FFF;
	font-size:14px;
}
select {
	width:180px;
}

