	.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: 6;

	border: 1px solid #E3E3E3;

	background: #FFF;

	padding: 0px;

	padding-bottom: 2px;

	width: 300px;

	height: 300px;

	overflow: auto;

	color: #000;

	text-align: left;

	}



#results ol {

	margin-left: -25px;

	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: 2px;

	bottom: 2px;

	z-index: 7;

	background: #FFF;

	border: 1px solid #E3E3E3;

	padding: 3px;

	text-align: right;

}

	

	#results a {

		color: #c07100;

		padding: 2px;

	}

	

	#results a:hover {

		background: #CCC;

	}

	

	.sub_result {

		background: #EEE;

		display: none;

		margin-left: 0px;

		list-style: lower-roman;

	}