small
{
	color: #999;
}

label
{
	font-weight: bold;
}




/*
the parent element of an autosuggest input should have a relative position
*/
.asholder
{
	position: relative;
}


.popup_table
{
	cellpadding: 0;
	cellspacing: 0;
	rules: none;
	font-family: Lucida Grande, Arial, sans-serif;
    font-size: small;
	font-weight: normal;
	border: 0;
	background-color: #fdffb4;
}
/* background-color is the same as in container yui-tt */

.popup_table td
{
	padding: 2px;
	font-size: 1.0em;
	background-color: #fdffb4;
	font-weight: normal;
	text-align: left;
}

.popup_table a
{
	font-weight: bold;
	font-size: 1.2em;
    text-decoration: underline;
}

.error_msg
{
	font-weight: bold;
	font-size: large;
	color: red;
}
