

.transparent {
    filter:alpha(opacity=90);
    background-color:green;
    display:none;
    width:170;
    height:100;
    position:absolute;
    color: white;
    border: 1 green solid;
}

div.result {
    border-bottom:1px solid #ccc;
    vertical-align:middle;
    padding-bottom:25px;
}

div.result .ocr {
    //position:relative;
    //float:left;
    font-weight:bold;
}

div.result .time {
    font-size:75%;
    font-style: italic;
    //position:relative;
    //clear: both;
    //display: block;
}

div.result .image {
    //position:relative;
    //float:left;
    //clear: both;
    //display: block;
    border:1px;

}
#top {
	width:100%;
	border-bottom:1px solid #C9D7F1;
	padding:0 0 3px 10px;
	font-weight:bold;
	
}
#top a {
	color: blue;
}
.fr{float:right;}
.latest{
float:right;
background-color:red;
color:white;
font-weight:bold;
margin-right:10px;
}