@CHARSET "UTF-8";

#sending {
position: absolute;
height: 700px;
width: 700px;
background-color: transparent;
text-align: center;
font-size: 20px;
padding-top: 50px;
color: black;
//padding-right: 370px;
}

/** HintBox **/

div.hintBox{
	display:inline-block;
	width:15px;
	height:15px;
	margin:-3px 5px;
	background: transparent url("../img/hint_ico_new_14x14.png") no-repeat 0 0;
	overflow: hidden;
	cursor: help;
}
div.hintBox div{
	width: 280px;
	clear:none;
	position:absolute;
	padding: 10px 10px;
	background-color: #f9f9f9;
	border:1px solid #dddddd; 
	overflow: hidden;
	z-index: 1000;
	text-align: left;
}