@charset "utf-8";
/* cue_browser_module.css */
.small_txt {
	font-size:small;
}
#cue_browser_shell {
}
#form_container {
	width:600px;
	height:125px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
.form_floater_left {
	float:left;
}
.form_floater_right {
	float:right;
}
.page_links {
	text-align:center;
	margin:10px;
}
#cue_row_header {
	position:relative;
	left:10px;
	font-size:small;
	font-weight:bold;
}
#cue_container {
	width:900px;
	margin:10px;
	background-color:#ffffff;
	color:#333333;
	border:1px solid #999999;
}
.cue_row {
	height:65px;
	overflow:hidden;
}
.cue_info {
	float:left;
	position:relative;
	top:20px;
	left:10px;
}
.cue_img {
	width:800px;
	float:right;
	position:relative;
	top:15px;
	right:-10px;
}
	

