/* Suggest a Product BEGIN */

.EditTable.MaxWidth400 { margin:0 auto; max-width:400px; }

.SuggestAProductSpacer  { height:20px; }

table.SuggestAProduct th.Buttons { text-align:right; }
table.SuggestAProduct th.Buttons input { min-width:90px; }

table.SuggestAProduct th.Buttons input.Send,
table.SuggestAProduct th.Buttons input.Cancel {
	padding:5px 10px;
	font-size:medium;
	line-height:normal;
	color:#000;
	border-radius:4px;
	border:1px solid #e0e0e0;
	background-color:#f8fafa;
}
table.SuggestAProduct th.Buttons input.Send   { font-weight:bold; color:#a7cc3f; }
table.SuggestAProduct th.Buttons input.Cancel { font-weight:bold; color:#f00; }

table.SuggestAProduct th.Buttons input.Send:hover,
table.SuggestAProduct th.Buttons input.Cancel:hover {
	color:#fff;
	background-color:#bbb;
}

/* Suggest a Product END */
