
.text {
	color: #828282;
	font-family: trebuchet ms;
	font-size: 11px;
	position: relative;
	top: -5px;
}

.link {
	color: #828282;
	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: none;
}

.link:hover {
	color: #ffffff;
}

.thumbnail {
	border-color: #ffffff;
	border-style: solid;
	border-width: 3px;
	margin: 5px 5px 5px 5px;
}

.thumbnail:hover {
	border-color: #ffffff;
	border-style: solid;
	border-width: 6px;
	margin-right: 2px;
	margin: 2px 2px 2px 2px;
}	

.thumbnailFox {
	border-color: #ffffff;
	border-style: solid;
	border-width: 3px;
	margin: -10px 5px 0px 5px;
}

.thumbnailFox:hover {
	border-color: #ffffff;
	border-style: solid;
	border-width: 6px;
	margin-right: 2px;
	margin: -13px 2px -3px 2px;
}	

.form {
	color: #000000;
	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: none;
}

.dropdown{
	color: #000000;
	font-family: trebuchet ms;
	font-size: 11px;
	line-height: 16px;
	width: 238px;
	background-color: #ffffff;

	position: relative;
	left: 6px;
        top: -20px;
}

