@charset "utf-8";

/* autocomplete */
.ui-autocomplete { 
	max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
	z-index:9999 !important;
}
.auto_input {
	margin:2px 0;
	height:30px;
	border:1px solid #ccc;
}
.auto_button {
	display:inline-block;
	position:relative;
	padding:0 10px;
	font-size:9px;
	height:30px;
	line-height:30px;
	background:#fafafa;
	border:1px solid #ccc;
	border-left:none;
	border-radius:0 4px 4px 0;
	cursor:pointer;
	*zoom:1;
	z-index:99;
	vertical-align:middle;
}

/* width */
.w40 {width:40px;}
.w75 {width:75px;}
.w130 {width:130px;}
.w200 {width:200px;}
.w300 {width:300px;}

.wp10 {width:10%;}
.wp20 {width:20%;}
.wp30 {width:30%;}
.wp40 {width:40%;}
.wp50 {width:50%;}
.wp60 {width:60%;}
.wp70 {width:70%;}
.wp80 {width:80%;}
.wp90 {width:90%;}
.wp100 {width:100%;}
