/* Commentbox */

#cbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#cbContent {
	position: absolute;
	width:500px;
	height:340px;
	
	padding:2px 2px 5px 2px;
	background-color:#777;	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#cbContentTitle { 
	font-size:120%;
	float: left;
}
#cbContentHeader {
	background-color:#555;
	padding:2px 5px 3px 5px;
		
	height:41px;
	-moz-border-radius:8px 8px 2px 2px;
	-webkit-border-radius:6px;
}
#cbContentBtns {
	float:right;
	padding-top:5px;
	height:18px;
}
#cbContentBtns a { margin:0px 3px 0px 3px; 	cursor:pointer;}
#cbContentBtns input { margin:0px 3px 0px 3px; }

#cbContentSubtitle {
	color:	#777;
	clear:both; 
	padding-top:6px; 
	padding-left:2px;
	font-size:70%; 
	line-height:4px;
}
#cbContentBody {
	font-size:60%;
	padding:4px 4px 0px 4px;
}
#cbResponse {
	position:absolute;
	width:456px;
	top:140px;
	left:20px;
	text-align:center;
}
#cbResponse.ajax-loading {
	padding: 20px 0;
	background: url(images/loading__.gif) no-repeat center;
	height:32px;
}
#cbContentBody input {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#555;
	border: 1px #AA0000 solid;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:1px 0px 0px 6px;
	padding:3px 0px 0px 4px;
	width:250px;
	height:16px;
}
#cbContentBody textarea {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#555;
	border: 1px #AA0000 solid;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top:3px;
	padding:3px 4px 3px 4px;
	width:464px;
	height:180px;
}
#cbContentEmail {
	margin:3px 3px 3px 3px;
	padding:5px 5px 5px 7px;
	background-color:#666;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#cbContentEmailNote { 
	color:#999; 
	margin-left:6px; 
}
#cbContentName {
	margin:3px 3px 3px 3px;
	padding:5px 5px 5px 7px;
	background-color:#666;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#cbContentName input { margin-left:52px; }
#cbContentText {
	margin:3px 3px 3px 3px;
	padding:5px 5px 5px 7px;
	background-color:#666;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


.tool-tip {
	color: #fff;
	max-width: 200px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(images/ttback.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/ttback.png) bottom right;
}