#callback-typeahead ul
{
	list-style-type: none;
	font-size: 8pt;
	border: 1px solid #c8dc45;
	background-color: #FFFFFF;
}

#callback-typeahead li
{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px; 
	cursor: pointer; 
}

#callback-typeahead li.on
{
	background-color: #e9f2b1;
}

#callback-typeahead li.off
{
	background-color: #FFFFFF;
}

div#callback-typeahead
{
	width: 250px;
	z-index: 10000;
	height: 200px;
	position: absolute;
	display: none;
}

.redeem-loginText
{
    border:1px solid #CBDC5D;
    color:#999999;
    font-size:12px;
    height:18px;
    padding:2px;
    text-align:center;
    width:40px;

}

.error-showText, .error
{
    font-size:9pt;
    font-weight:bold;
    font-family:arial;
    color:red;
    text-align:center;
    padding:0px;
}
.valid {
	background-image: url(../images/icons/icon-ok.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
