@CHARSET "ISO-8859-1";

#loginform table,td {
margin:0;
padding:0;
border-collapse:collapse;
}

.forgotpwd {
font-size:11px;

}

.fieldHeader{
	font-size: 12px;
}

.formTab{
	margin-top:0px;
	padding:0px;
	display: inline;
	margin-left:5px
}
.TabButton{
    color: #781351;
	background:#99F;
	border: 1px solid #781351;
	border-bottom: none;
	cursor: pointer;
}
.TabButtonActive{
    color: #781351;
	background:#DDF;
	border: 1px solid #781351; 
	border-bottom: none;
	cursor: pointer;
}
.formBG{
	background:#DDF; 
	padding:0px; 
	width:748px;
	height:450px;
	text-align:left;
	font-size:12px;
	overflow: hidden;
}

.suggestDropDown{
	position:absolute; 
	margin-top:0px; 
	font-size:11px; 
	width:170px; 
	padding:2px; 
	border:thin; 
	border-style:solid; 
	height:100px; 
	overflow:auto; 
	display:none; 
	background:#FFFFFF;
}

.formTable{
	font-size:12px;
	width:100%;
}
.formTable td{
	border:thin;
	border-style: solid;
	border-color: #FFF;
	vertical-align: top;
}

.searchTitle{
	font-size:12px;
	font-weight:bold;
}

 input[type=text], input[type=file],textarea, select{
	color: #000;
	background: #FFF;
	border: 2px solid #bdcbda
}

input[type=submit]{
    background:#5e9ae6; color:white; border-color: #bdcbda; border-style: solid;
}
/* give the user a sense of when the button is pressed by changing the border to inset */
input[type=submit]:active{
    background:#5e9ae6; color:white; border-color: #bdcbda; border-style: inset;
}

.categoryName:hover{
	background: #fee3ad;
}
.login1{
    width:800px;
    margin:50px;
    
}
.loginBox{
    background: white;
    padding:1em;
    border: 0 solid white; 
    border-width:0 1px;
}

.fieldWrapper{
    padding:5px;
}

.fieldTitle{
    font-weight:bold;
    width: 15em;
    color: white;
    margin-bottom:3px;
}

.formHeader{
    font-weight:bold;
    color:white;
    font-size: 1.2em;
    margin-bottom:0.7em
}

.ac_results {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ac_loading {
    background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}

.jslink{
    color:blue; cursor:pointer;
}




