.txtinput
{
	color: #002222;
	width: 200px;
	height: 14px;
	font-size: 12px;
}
.multitext
{
	color: #002222;
	width: 330px;
	height: 80px;
	font-size: 12px;
}
.user
{
	background-position: left top;
	width: 130px;
	height: 20px;
	padding: 0.2em 2em 0.2em 1em;
	font-size: 11px;
	border: 0px solid #333333;
	background: transparent url(            '../images/usr1.png' ) no-repeat;
}
.password
{
	background-position: left top;
	width: 130px;
	padding: 0.2em 2em 0.2em 1em;
	font-size: 11px;
	border: 0px solid #333333;
	background: transparent url(            '../images/pwd1.png' ) no-repeat;
}


.userA
{
	width: 240px;
	height: 17px;
	color: Black;
	border: none;
	padding: 5px;
	font-weight: bold;
	border: 0px solid #333333;
	background: transparent url(../images/txtbox.png) repeat-x left top;
}

.userA:hover
{
	background: transparent url(../images/txtbox.png) no-repeat bottom left;
}


/*AutoComplete flyout */

.autocomplete_completionListElement
{
	margin: 0px !important;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
	white-space: nowrap;
	z-index: 10000;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #BBFFBB;
	color: black;
	padding: 1px;
	width: 415px;
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}


.watermarked
{
	height: 14px;
	font-size: 12px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}
