	.alert_div {
		position: absolute;
		top: 200;
		left: 40%;
		width: 290px ! important;
		color: #900;
		padding: 10px;
		font-size: 12px;
		display: block;
		z-index: 250;
		text-align: left;
		/*background: url(../images/alert_back.png) left top no-repeat;*/
	}
	
	.alert_div .top, .alert_div .bottom {
		padding: 0px;
	}
	
	.alert_body {
 		background: url(../images/alert/alert_02.png) top left no-repeat;
		padding-left: 25px;
		padding-right: 45px;
		width: 220px;
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 25px;
		margin: 0px;
		display: block;
		text-align: left;
	}

	.alert_body div {
		margin-bottom: 5px;
	}
	
	* html .alert_body  {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/alert/alert_02.png", sizingMethod="crop");
		margin: 0px;
		width: 220px;
	}
	
	#ok {
		margin-left: 6px;
		margin-bottom: 5px;
	}

	#results {
	display: none;
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 999;
	border: 1px solid #E3E3E3;
	background: #FFF;
	padding: 0px;
	padding-bottom: 2px;
	width: 600px;
	height: 300px;
	overflow: auto;
	color: #000;
	text-align: left;
	}

#results ol {
	margin-bottom: 5px;
	list-style: none;
	border: 1px solid #FFF;
	}

#results li {
	margin: 0px;
	margin-bottom: 3px;
	color: #000;
	}

#show_r {
	display: block;
	position: absolute;
	right: 2%;
	bottom: 5px;
	z-index: 999;
	background: #FFF;
	padding: 3px;
	text-align: right;
}

#show_r img {
	opacity: .5;
}

#results_header {
	padding: 5px 0 0 5px;
}
	
	#results a {
		color: #c07100;
		padding: 2px;
	}
	
	#results a:hover {
		background: #CCC;
	}
	
	.sub_result {
		background: #EEE;
		display: none;
		margin-left: 0px;
		list-style: lower-roman;
	}