.Label {
}

.Field {
}

.SearchBox {
	background-color: #eeeeee;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	padding: 0.5em;
}

.Results {
	color: black;
}

.SearchH1 {
	font-weight: bold;
	font-size: 1.3em;
}

.MsgItem {
	background-color: #eeeeee;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	padding: 0.5em;
}

.MsgItemError A:link
{
	color:  blue;
}
.MsgItemError A:visited
{
	color:  purple;
}
.MsgItemError A:active
{
	color:  blue;
}

.MsgItemError {
	font-weight: bold;
	font-size: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.MsgItemComponent {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.MsgItemMessage {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.MoreInfo {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.MoreInfo A:link
{
	color:  blue;
}
.MoreInfo A:visited
{
	color:  purple;
}
.MoreInfo A:active
{
	color:  blue;
}

.MoreInfo {
	font-size: 1em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.Feedback A:link
{
	color:  blue;
}
.Feedback A:visited
{
	color:  purple;
}
.Feedback A:active
{
	color:  blue;
}

.Feedback {
	font-size: 0.8em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}