/*the msp top container*/
#opencrm_msp_dialog {
	width: 400px;
	height: 360px;
	padding: 5px;
	background-color: #ffffff;
	overflow-x: auto; 
}

.opencrm_msp_dialog_with_groups {
	height: 400px !important;
}

.opencrm_msp_dialog_with_search {
	height: 500px !important;
	width: 800px !important;
}

/*the div that contain results, clear on both since group div set float*/
.opencrm_msp_results_div {
	clear: both;
	overflow: auto;
}

.opencrm_msp_results_div2 {
	clear: both;
	overflow: auto;
	width: 100%;
	height: 345px;
}

/*the table that show options*/
#msp_result_table {
	clear: both;
	width: 100%;
}

/*the div that contain group select and search button*/
#opencrm_msp_group_div {
	
}

/*the group select label (before)*/
#opencrm_msp_group_label {
	float: left;
}

/*the group select*/
#opencrm_msp_group_select {
	float: left;
}

/*the group select*/
#opencrm_msp_group_div {
	float: left;
	margin-bottom: 10px;
}

/*the search button*/
#opencrm_msp_select_button_div {
	left: 230px;
	padding-bottom: 5px;
	float: right;
}

/*the close button*/
#opencrm_msp_close_button_div {
	position: absolute;
	padding-top: 5px;
	padding-right: 20px;
}

/*the help message*/
#opencrm_msp_help_div {
	background-color: yellow;
}

.msp_readonly {
	background-color: #dddddd;
}

#opencrm_msp_form_header {
	
}

#opencrm_msp_form_content {
	
}

#opencrm_msp_form_toolbar {
	
}

#opencrm_msp_form_toolbar_search {
	text-align: right;
}

#opencrm_msp_form_toolbar_insert {
	text-align: right;
}

#opencrm_msp_dialog a {
	color: #000000;
}