#inhead_darken {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:200%;
  display:none;
  z-index: 99;
/*  background: #000;
  opacity: 0.5;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  zoom: 1;
  visibility: visible;
  */
}

#inhead_modalbox {
  position: fixed;
  top:30%;
  left:50%;
  width:450px;
  height:400px;
  margin-left:-200px;
  margin-top:-200px;
  border:#ccc 10px solid;
  padding:10px;
  display:none;
  background:white;
  font-size:12px;
  color:black;
  z-index:200;
}
#inhead_modalbox_close_button {
	background: #ccc;
	padding: 0.4em 1em;
	margin: 0;
	font-variant: small-caps;
	text-align: center;
	width: 20%;
	float: right;
}

#smartsearch_result{
    display:none;
    position: absolute;
    top: 20px;
    left: 601px;
    background: #fff;
    width:244px;
    padding: 5px 0;
    z-index: 666;
    border-left: 1px solid #999;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
#smartsearch_result table {
    padding: 0 5px;
}

#smartsearch_result table td {
    padding: 5px;
}

.session {
    color: white;
    background-color: black;
}

#fields_left{
  float:left;
}
#fields_right{
  float:right;
}
span.ttt{
  background-color:white;
display:block;
width: 600px;
border: 3px solid gray;
padding: 10px;
}
div.close_button{
  background-color: gray;
  color: white;
  float: right;
  cursor: pointer;
}

