
		#select_multiple_one,
		#select_multiple_two {
			width:260px;
		}
		
		#select_two_container {
			position:relative;
		}
		
		.select_multiple_submit {
			background-image:url("popup_footer.gif");
			background-image:top center;
			background-repeat:repeat-x;
			padding:8px;
			height:18px;
			text-align:right;
			padding-top:3px;
		}

		.select_multiple_label {
			margin-left:1px;
	font-family: "Trebuchet MS", Arial, Helvetica;
			font-size:11px;
		}

		.select_multiple_container {
			width:620px;
			position:absolute;
			top:0;
			left:0;
			z-index:500;
			border:7px solid #54595f;
		}

		.select_multiple_container .select_multiple_header {
			background-image:url("black_background.gif");
			background-repeat:repeat-x;
			background-position:top center;
			color:#eee;
	font-family: "Trebuchet MS", Arial, Helvetica;
			font-weight:bold;
			font-size:14px;
			margin:0;
			padding:5px 0 8px 5px;
			background-color:#000;
			height:15px;
		}
		
		table.select_multiple_table td {
		height:25px;
		border-bottom:1px solid #ddd;
	    font-family: "Trebuchet MS", Arial, Helvetica;
		color:#333;
		font-size:10px;
		}	
		table.select_multiple_table tr.even {
			background-color:#FCFCFC;
		}

		table.select_multiple_table tr.odd {
			background-color:#F7F7F7;
		}
		
		table.select_multiple_table tr.selected {
			background-image:none;
			background-color:#b0c4d9;
		}
		.select_multiple_name {
			padding-left:5px;
			font-weight:bold;
		}
		
		.select_multiple_name {
			padding-left:5px;
			font-weight:bold;
		}

		
		.select_multiple_checkbox {
			text-align:right;
		}
		
		.select_multiple_checkbox input {
			margin-left:10px;
			margin-right:10px;
		}
		
	

