
#next_word, #send_word, #tutu_next_word, #tutu_send_word {
	cursor: hand;
	cursor: pointer;
}

#help_box {
z-index: 10;
position: absolute;
opacity: 1;
left: 100%;
margin-left: -420px;
width: 400px;
top:2em;
}

.help_box_item {
border:3px solid #fff;
margin-bottom:.5em;
background: #009ee0;
font-family: verdana;
font-size: .7em;
padding: .5em;
color: #fff;
}

.help_box_error {
background: red;
}

#last_pairs_list {
	position: relative;
	height: 300px;
	overflow: hidden;
	word-wrap: break-word;
}
