/* .submit_small input.submit { border: 0px none; font-size: 11px; } */
.qtip-cluetip input.submit { background-color: #fff; }

.qtip {
	max-width: none;
	line-height:12px;
}

.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-top: 3px; }

.qtip-title {
	white-space: nowrap;
	font: bold 12px/20px arial;
	margin-right: 20px;
	color:#333;
}

.qtip-shadow { 
	/* box-shadow: 0px 3px 9px #aaa; */
	box-shadow: 0 9px 7px -6px #aaa;
}

.qtip-cluetip {
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.qtip-cluetip .qtip-titlebar { background: #eee; border-bottom: 1px solid #aaa; }
.qtip-cluetip .qtip-content { background: #fff; font-size:12px; line-height:16px; padding:5px 9px 7px 10px; }

.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; 

-moz-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-o-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);

box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;
}