﻿.htmlTextEditLink
{
	width: 100%;
	display: block;
	
	text-align: right;
	
	background-color: #FFEFDF;
	border: solid 1px #FF9C31;
}

.htmlTextEditLink:link
{
	text-decoration: none;
}

.htmlTextEditLink:hover
{
	text-decoration: none;
	background-color: #F8FBFE;
}
