﻿
/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	font-size: 8pt;
}	

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	background-color : window;
	color : windowtext;
	padding : 1px;
	margin : 0px;
	text-align : left; 
    list-style-type : none;
    border : buttonshadow;
	border-width :1px;
	border-style : solid;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}