﻿.did_you_mean_wrap
{
	display:block;
	border: 1px solid #000;
	background-color: #E1EBC5;	
	padding: 10px 2px 10px 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.did_you_mean_wrap a
{
	text-decoration: underline;
}

.did_you_mean_wrap .dym_more
{
	text-align:right;	
	margin-top: 5px;
}

.did_you_mean_modal_wrap
{
	overflow: auto;
	height: 235px;
}


.dym_match_group_wrap
{
	margin-left: 5px;
}

.dym_match_group_wrap .description
{
	font: bold 12px arial,sans-serif;
	color: #777;
	border-bottom: 1px dashed #ccc;
	margin-top: 12px;
	margin-bottom: 2px;
}
