﻿#loading  
{
display:none; 
top:0;
left:0;
position:absolute; 
background-image:url("trbg.png");
text-align:center;
z-index:9000;
}

#mask {
position:absolute;
left:0;
top:0;
z-index:9000;
background-color:#000;
display:none;
}
#boxes #dialog {
width:680px; 
height:150px;
padding:10px;
background-color:#d4e2d4;
position:absolute;
z-index:9900;
}

#boxes #process {
width:680px; 
height:150px;
padding:10px;
background-image:url("trbg.png");
text-align:center;
position:absolute;
z-index:9900;
}
.suggestionsBox {
position:absolute;
margin: 3px 0px 0px 0px;
width: 380px;
border: 1px solid #000;
background-color:#F5F6C9;
color: #000;
z-index:9999;
overflow: auto;
overflow-x: hidden;
-ms-overflow-x: hidden;
max-height:400px;
-moz-box-shadow: 5px 5px 3px #888;
-webkit-box-shadow: 5px 5px 3px #888;
box-shadow: 5px 5px 3px #888;
}
.suggestionList {
margin: 0px;
padding: 0px;
}
.suggestionList ul 
{
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
cursor:pointer;
}
.suggestionList li {
margin: 0px 3px 0px 3px;
font-size:.8em;
}
.suggestionList li:hover {
background-color: #CECEF6;
}
div.jqmNotice {
display: none;
position:absolute;   
width: 420px;
background:#FFFFCC url(note.png) 5px 5px no-repeat;
padding: 0;
border-left:solid 1px #888;
border-top: solid 1px #888;
border-bottom:outset 2px #000;
border-right:outset 2px #000; 
-moz-box-shadow: 5px 5px 3px #888;
-webkit-box-shadow: 5px 5px 3px #888;
box-shadow: 5px 5px 3px #888;
}
.jqmnTitle{margin: 0 25px;}
  
.jqmnTitle h1{
  margin: 5px 0;
  padding-left:5px;
  width: 100%;
  font-size:10px;
  color:#FFFFCC;
  background-color:#505050;
}
div.jqmNotice .jqmClose {
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: 6px;
}
.jqmnContent{
  border-top:1px;
  color:#000;
  padding:0 20px 5px;
  display:inline-block;
}
.jqDrag {
  cursor: move;
}
