#ajax_loaderc {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	height: expression(document.body.offsetHeight+'px');
	z-index: 1000;
	text-align: center;
	vertical-align: middle;
	float: center;
}

#ajax_loaderm {
	position: relative;
	top: 200px;
	margin: 0 auto;
	padding: 20px;
	width: 300px;
	height: 30px;
	z-index: 1001;
	background-color: #ffffff;
	border: 1px solid #222222;
}

.div_selector {
	padding: 1px 2px 1px 2px;
	border: 1px solid #000;
	background-color: #dddddd;
	width: 100px;
}

.div_selector img {
	float: right;
	border: 0;
}

.div_selector_list {
	position: absolute;
	display: none;
	border: 1px solid #000;
	border-top: 0;
	background-color: #ffffff;
	width: 104px;
}

.div_selector_list a {
	width: 100px;
	border-bottom: 1px solid #ccc;
	font-weight: normal; 
	color: #333;
	text-decoration: none;
	display: block;
	padding: 1px 2px 1px 2px;
	line-height: 15px;
	margin: 0;
}

.div_selector_list a:hover {
	border-bottom: 1px solid #ccc;
	font-weight: normal; 
	color: #000;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	background-color:#F7F7F7;
	margin: 0;
}