﻿input[type=button].TriMessageGridDeleteButton
{
	background-image: url(../Images/Activities/delete.gif);
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: transparent;
	cursor: pointer;
}

input.TriMessageGridDeleteButton
{
	background-image: url(../Images/Activities/delete.gif);
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: transparent;
	cursor: pointer;
}

input[type=button].TriMessageGridDeleteButton:Hover
{
	background-color: transparent;
}

input.TriMessageGridDeleteButton:Hover
{
	background-color: transparent;
}

.TriMessagePopupPosition
{
	margin-left: 60%;
	
}
