.quickedit 
{
	background-color: #eeeade;
	border-color: #005433;
	border-style: solid;
	border-width: 1px;
	overflow-x: auto;
	overflow-y: auto;
	position: absolute;
	z-index: 100;
	-moz-opacity: 0.9;
	filter: Alpha(opacity=90);
	right: 0px;
}

.quickedit a {
	text-decoration: none;
}

.quickedit a:hover {
    background-color: #3169c5;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;	
}

.quickedit p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}