.query{
	/*font-size:0.9em;*/
	width:350px;
	z-index:0;
	/*
	position:absolute;
	top:90px;
	left:425px
    */
}
#queryLink
{
	visibility:hidden;
	cursor:hand;
	cursor:pointer;
	color:blue;
	text-decoration:underline;
	font-size:small;
}

/*.bl {background: url(../images/bl1.gif) 0 100% no-repeat #e68200; width: 20em}*/
/*
.bl {background: url(../images/bl1.gif) 0 100% no-repeat;}
.br {background: url(../images/br1.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl1.gif) 0 0 no-repeat}
.tr {background: url(../images/tr1.gif) 100% 0 no-repeat; padding:10px}
*/

.bl 
{
	/*background: url(../images/bl1.gif) 0 100% no-repeat;*/
	background-image:url(../images/bl1.gif);
	background-position:0 100%;
	background-repeat: no-repeat;
	/*background: url(../images/bl1.gif) 0 100% no-repeat;*/
	/*
	width:350px;
	background-color:#dea381;*/
}
.br {background: url(../images/br1.gif) 100% 100% no-repeat}
.tl 
{
/*	background: url(../images/tl1.gif) 0 0 no-repeat*/
	background-image:url(../images/tl1.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	/*width:350px;*/
	/*background-color:#dea381;*/
	
}
.tr {background: url(../images/tr1.gif) 100% 0 no-repeat; padding:10px}

.tQ 
{
	background-image: url(../images/t_q_tande.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.bQ 
{
	background-image: url(../images/b_q_tande.gif);
	background-position:0 99% ;
	background-repeat:no-repeat;
}
	

/*.b {background: url(../images/b_q1.gif) 0 100% no-repeat;}*/
/*.t {background: url(../images/t_q1.gif) 0 0 no-repeat;}(/
.clear {font-size: 1px; height: 1px} 
*/
.queryBody
{
	background-color:#8bb63a;
	margin-top:-10px;
	padding-left:10px;
	padding-right:5px;
}


.imageShadow {
  /*float:left;*/
  /*background-color:#ff0000;*/
  /*border: 1px solid #a9a9a9;*/
  /*
  position:relative;
  top:5px;
  left:10px;
	*/  
position:absolute;
top:10;
left:10;
  
  /*background: url(../images/shadowAlpha.png) no-repeat bottom right !important;*/
  background: url(../images/shadow1.gif) no-repeat bottom right;
	/*margin: 10px 0 0 10px !important;*/
  /*margin: 10px 0 0 5px;*/
  }

.imageShadow .image {
/*
  display: block;
position: relative;
*/
  
  /*background-color: #fff; */
  /*border: 1px solid #a9a9a9;*/
  /*margin: -6px 6px 6px -6px;*/
  margin: -2px 6px 2px -6px;
  /*padding: 4px;*/
}
	
.infoSymbol
{    
    position:static;
    color:#0000ff;
    border:1px solid #0000ff;
    cursor:hand;
    cursor:pointer;
	z-index:50;
	vertical-align:super;

}

.infoDisplay
{    
	z-index:50;
}
	
.info
{    
	z-index:50;
}
	


