/* CSS Document */
body{
	height:100%; 	
}
#centered{
position:relative;
top:15%;
bottom:5%;
left:10%;
right:10%;
}
.padding{
padding:3px;
}
#error{
	position: absolute;
	top: 20%;
	left: 30%;
	right: 30%;
	width: 40%;
	z-index: 1;
	border: solid silver 1px;		
	background-image: url(../../images/BGD_input_grad_grey_white.gif);
	background-repeat: repeat-x;background-repeat: repeat-x;
}

/* ajax*/


  #autocomplete,#autocomplete2 {
     position:absolute;
      width:80%;
      background-color:#cccccc;
	  background-image:url(../../sys_images/BGD_pinstripes_white.jpg);
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
     .ajaxAutoCompleter  ul {
	  list-style-type:none;
      margin:0px;
      padding:0px;
    }
     .ajaxAutoCompleter  ul li.selected { 
		background-color: blue;
		background-image:url(../../sys_images/bkd_gray_diagonal.gif);
		color:white;
	}
     .ajaxAutoCompleter ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:20px;
      cursor:pointer;
	  font-size:1em;
    }
/*end ajax*/
