/* .submit_small input.submit { border: 0px none; font-size: 11px; } */
.qtip-cluetip input.submit { background-color: #fff; }

.qtip {
	max-width: none;
}

.qtip-titlebar { 
	text-align: left;
	overflow: visible;
	padding: 2px 8px 0px 8px; /*5px 35px 5px 10px*/
}
.qtip-titlebar img { vertical-align: middle; margin-right: 2px; }
.qtip-titlebar .ui-icon { margin:1px 0px; width:16px; }

.qtip-shadow { 
	/* box-shadow: 0px 3px 9px #aaa; */
	box-shadow: 0 9px 7px -6px #aaa;
}

.qtip-cluetip {
	border: 1px solid #888;
	border-radius: 5px;
}
.qtip-cluetip .qtip-titlebar { color:#333; background: #eee; border-bottom: 1px solid #aaa; }
.qtip-title {
	white-space: nowrap;
	font: bold 12px/20px arial;
	margin-right: 20px;
}

.qtip-cluetip .qtip-content { background: #fff; }
.qtip-content { 
	font-size:12px; line-height:16px; padding:5px 10px 8px 10px;
	border-bottom-left-radius:5px; border-bottom-right-radius:5px;
}

.qtip-white { background-color: #fff; }
.qtip-yellow { background-color: #fefabc; }
.nopadding .qtip-content { padding: 0px; }
.border { border: 1px solid #999; }
.qtip-light { border: 1px solid #999; }


.post-it {
	background:#fefabc; 
	padding:15px; 
	font-family: 'Gloria Hallelujah', cursive; 
	font-size:15px; 
	color: #000; 
	width:200px; 
	transform: rotate(7deg);
	box-shadow: 0px 4px 6px #333;
}