@charset "utf-8";

.bsm_forum {
	position: relative;
}

.bsm_forum .su_form {
	position: relative;
	height: 28px;
	margin: 0px;
	padding: 0px;
	line-height	: normal;
	z-index:2900;
}

.bsm_forum .su_form .su_found {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 400px;
	background-color: white;
	border: 1px solid grey;
	z-index: 3000;
}

.bsm_forum .su_form .su_found .su_row {
	position: relative;
	padding: 5px;
}

.bsm_forum .su_form .su_found .su_row .su_hover {
	background-color: #EFEFEF;
	padding: 5px;
	margin: -5px;
}

.bsm_forum .su_form .su_found .su_info {
	background-color: #dfdfdf;
	padding: 5px;
	padding-left: 5px;
	color: black;
}

.bsm_forum .su_form .su_found .su_more {
	position: relative;
	background-color: #3673dc;
	text-align: center;
	color: #1f4db4;
	padding:5px;
}

.bsm_forum .su_form .su_found .su_more a {
	font-weight: bold;
}

.bsm_forum .su_form .su_found .su_more a.hover {
	color: white !important;
}

.bsm_forum .su_form .su_found .su_more a:hover {
	color: white !important;
}