/* body{
	font-family :Arial Black;
	font-size:12px;
}
body input{
	border: 1px solid #444A42;
	width: 200px;
	background : ;
}
body input:hover{
	border: 1px solid #0B0C0A;
	width: 200px;
	background : #FFFFFF;
} */
.main{
	border : 0px solid #8789E7;
	background : ;
	padding: 10px 0px;
	max-width : 300px;
	max-height : 40px;
}
#loading{
	visibility:hidden;
	padding-left:5px;
	float: right; 
}
#ajax_response{
	border : 1px solid #55A204;
	background : #F5FFDD;
	position:absolute;
	display:none;
	padding:2px 2px;
	top:auto;
}
#holder{
	max-width : 275px;
}
.list {
	padding:0px 0px;
	margin:0px;
	list-style : none;
}
.list li a{
	text-align : left;
	padding:2px;
	cursor:pointer;
	display:block;
	text-decoration : none;
	color:#000000;
}
/* .list li:after {
    content:"\a";
    white-space: pre;
} */

.selected{
	background : #CCCFF2;
}
.bold{
	font-weight:bold;
	color: #131E9F;
}
.about{
	text-align:left;
	font-size:16px;
	margin : 10px 4px;
}
.about a{
	color:#BCBCBC;
	text-decoration : none;	
}
/* .about a:after {
    content:"\a";
    white-space: pre;
} */
	
.about a:hover{
	color:#55A204;
	font-weight: bold;
	font-style: italic;
	cursor : default;
}