@charset "utf-8";
/* CSS Document */

/* Edit me
----------------------------------*/

.editable img.edit_button{
	float:right;
	cursor:pointer;
}

img.update_me, img.close_me{
	float:right;
	cursor:pointer;
}

img.close_me{
	margin-right:5px;
}

.no_show{
	display:none;
}

textarea.expanding{
	line-height:18px;
	min-height:130px;
	overflow:auto;
	display:block;
	padding:0;
	margin-bottom:5px;
	z-index:9999;
}