@CHARSET "UTF-8";


#tx_dictionary_box
{
width: 240px;
display:none;
text-align: left;
padding: 20px;
background-color: #ffffff;
color: #333;
border: 1px solid #e5e5e5;
box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
}

span.tx_dictionary_lookup{
	
	border-bottom: 1px dotted #000;
    text-decoration: none;
    cursor: pointer;
	
}
