/* EDIT STYLES, FOR BUTTONS AND DIVS DISPLAYED ONLY IN EDIT MODE */
div._edit {
	background-color:#e5e3e3;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:normal;
	z-index:5;
	/*cursor:pointer;*/
	padding:3px;
	/*border:solid 1px #666666;*/
	margin-bottom:5px;
	line-height: 1.5em;
}

div._edit:hover {
	background-color:#edecec;
}

input._edit {
	background-color:#f4f4f4;
	border: 1px solid #ccc;
	min-width: 30px;
}