
#suggest{
 	position:absolute;
 	background:#fff;
 	width:248px;
 	border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid; 	
 	text-align:right;
 	}
 
 #suggest div{
 	background:#fff;
 	color:#000;
 	padding-left:4px;
 	cursor:pointer;
 	text-align:left;
 	}
 
 #suggest div.over{
 	color:#000;
 	cursor:pointer;
 	background:#F8F2E6;
 	}
 	
#TransBlock{
}

#spansug {
    color:#000;
    text-align:right;
    font-weight: bold;
    text-decoration:underline;
 	padding-right:4px;
 	font-size:75%;
    cursor:pointer ;
 	background:#fff;
 	width:248px;
}


body{
 	background-image: url('bg.jpg');
 	padding: 2%;
}
#time{
    font-size:80%;
}
.comment {
    color:#7fc7ff;
}

.subject {
    color:#f36223;
}

.ref {
  font-size: 70%;
  color: green;
  padding-right: 10px;
}


