﻿.TagElement
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-color: #CCCCDD;
	border-style: solid;
	border-width: 1px;
	background-color: #EEEEFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 15px;
	vertical-align: top;
	text-decoration: none;    

}

.TagElement:hover
{
	border-color: #CCD5DD;
	background-color: #EEF8FF;
	text-decoration: none;
}

.TagElement a:hover
{
	border-color: #CCD5DD;
	background-color: #EEF8FF;
	text-decoration: none;
}

.TagElementsContainer
{
	padding:6px;
	line-height:30px;
}
