.loadingimage1 {
    display: block;
    background: url('../images/loading.gif') no-repeat;
    position : absolute;
/*     left:5px; */
/*     top:5px; */
    width: 32px;
    height: 33px;
  }
  
.loadingother {
    display: block;
    background: url('../images/loading.gif') no-repeat;
    position: relative;
    width: 32px;
    height: 33px;
    padding-bottom: 10px;
    top: 95px;
    left : 195px;
    z-index: 900;
  }


.loadingother1 {
    display: block;
    background: url('../images/loading.gif') no-repeat;
    position: relative;
    width: 32px;
    height: 33px;
    padding-bottom: 10px;
    top: 5px;
    left : 5px;
    z-index: 900;
  }
  
.loadingother2 {
    display: block;
    background: url('../images/loading.gif') no-repeat;
    position: relative;
    width: 32px;
    height: 33px;
    padding-bottom: 10px;
    top: 10px;
    left : 10px;
    z-index: 900;
  }

.infowinerrormsg{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.closetabform{
    background : url('../images/tab_close.gif') no-repeat;
    cursor : pointer;
    height : 12px;
    position : absolute;
    right : 5px;
    top : 5px;
    width : 12px;
}

.error_class {
    display : none;
  }


.error_class1 {
    display: block; cursor : pointer;
  }


/* Ajax Dynamic List Styles */

/*#ajax_listOfOptions{
	position:absolute;
	width:175px;
	height:250px;
	overflow:auto;
	border:1px solid #317082;
	background-color:#FFFFFF;
	text-align:left;
	font-size:0.9em;
	color: #FF0000;
	z-index:1000;
}
#ajax_listOfOptions div{
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
	
}
#ajax_listOfOptions .optionDiv{
	
}
#ajax_listOfOptions .optionDivSelected{
	background-color:#317082;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}*/
#ajax_listOfOptions{
	position:absolute;
	width:175px;
	height:250px;
	overflow:auto;
	border:1px solid #317082;
	background-color:#FFF;
	text-align:left;
	font-size:0.9em;
	z-index:100000001;
}
#ajax_listOfOptions div{
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{
	
}
#ajax_listOfOptions .optionDivSelected{
	background-color:#317082;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

form{
	display:inline;
}


