﻿/*
	This file is to be included by main sites for in place editing.
	We keep it under the CMS site so that it doesn't have to be deployed to multiple locations.
*/
.edit
{
	cursor: pointer;
}

.edit:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	outline: yellow solid 4px;
}

.editbutton
{
	display: none;
}

.editbutton img
{
	height: 15px;
}

