﻿
.autocomplete-w1 { background:url(../img/jquery_autocomplete_shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

/*Confirm Button CSS for every page by relative edit 每个页面编辑确认按钮*/
.pageEditSaveButton{
	background: #5a7fab url(../img/management_templates_img/popuplayer/buttonblueground.gif) repeat-x; 
	border:1px solid #6ca3c0;
	color:#003D79;
	cursor:pointer;
	-moz-border-radius:5px;
	margin-top:5px;
	height:19px;
	*padding:0 3px;/* Style for IE */
	*height:20px;/* Style for IE */
	line-height:19px;
	onfocus: expression(onfocus=function (){this.style.border='1px solid #6ca3c0'});
	onblur: expression(onblur=function (){this.style.border='1px solid #6ca3c0'});
}
