﻿body 
{
}

.logintxtbox{font-family: Arial;font-size: 13px;color: #000000;padding: 10px 70px;border-radius: 5px;border:0;}
.BlueText1 { color: #0784BA;}


.autocomplete_completionListElement
{
	visibility: hidden;
	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;
}
.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding-left: 1px;
}
.autocomplete_highlightedListItem
{
	background-color: Gray;
	/*color: white;*/color:#000000;
}
.completionListElement
{
	padding-left: 1px;
	background-color: #F1F7FA;
	visibility: hidden;
	margin: 0px !important;
	border: buttonshadow;
	border-width: 1px;
	height: 100px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	text-align: left;
	list-style-type: none;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}
 .topShedow {
    box-shadow: 0px 1px 0px #0a7c9b;
    /*background-color:#0a7c9b;*/
    background: -webkit-linear-gradient(#e8f9ff,#f0feff);
}
.Frmbox{padding:20px;border:solid 1px red;}
