.annotation {
	position:absolute;
	z-index:20;
	padding:10px;
	margin:1em 0 3em;
	color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow:0 1px 2px 1px rgba(50,50,50,0.4);
}

.annotation:before {
content:"";
position:absolute;
z-index:3;
bottom:-20px; /* value = - border-top-width - border-bottom-width */
left:20px; /* controls horizontal position */
border-width:20px 20px 0 0px; /* vary these values to change the angle of the vertex */
border-style:solid;
/* reduce the damage in FF3.0 */
display:block; 
width:0;
}

.annotation:hover {
	cursor:move;
}

.awaiting {
	background:#075698; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(46,136,196,0.7)), to(rgba(7,86,152,0.8)));
	background:-moz-linear-gradient(rgba(46,136,196,0.7), rgba(7,86,152,0.8));
	background:-o-linear-gradient(rgba(46,136,196,0.7), rgba(7,86,152,0.8));
	background:linear-gradient(rgba(46,136,196,0.7), rgba(7,86,152,0.8));
}

.awaiting:before {
	border-color:rgba(7,86,152,0.8) transparent; 
}

.actioned {
	background:#075698; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(46,196,70,0.7)), to(rgba(7,152,28,0.8)));
	background:-moz-linear-gradient(rgba(46,196,70,0.7), rgba(7,152,28,0.8));
	background:-o-linear-gradient(rgba(46,196,70,0.7), rgba(7,152,28,0.8));
	background:linear-gradient(rgba(46,196,70,0.7), rgba(7,152,28,0.8));
}

.actioned:before {
	border-color:rgba(7,152,28,0.8) transparent; 
}

#annotationsbar {
	position:fixed;
	display:none;
	left:0px;
	bottom:-32px;
	width:100%;
	height:32px;
	padding:10px;
	z-index:3;
	background-color:#333;
	text-align:right;
	color:#FFF;
	box-shadow:0 -1px 2px 0px rgba(50,50,50,0.6);
}

.removeannotation {
	position:absolute;
	top:-10px;
	right:-10px;
	height:24px;
	width:14px;
	padding:0 7px;
	border-radius:16px;
	color:#FFF;
	padding-top:4px;
	background-color:#222;
	box-shadow:0 1px 2px 1px rgba(50,50,50,0.4);
}

.antxt {
	width:150px;
	padding:0;
	height:80px;
	background:transparent;
	border:0;
	color:#FFF;
	margin:0;
	font-size:11px;
	resize:none;
	outline:none;
}

.changesmade {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	vertical-align:top;
	line-height:32px;
	display:inline-block;
	width:100px;
	text-align:center;
}

.an-options {
	float:right;
	padding-right:40px;
}

.an-title {
	float:left;
	color:#BBB;
	font-size:16px;
	line-height:32px;
	font-weight:bold;
	padding-left:40px;
}
