/* this line enableds the ie 5.5+ png server behaviour file located in /content/ */
.pngimage
{ 
	behavior: url(../content/css/iepngfix.htc);
}

img 
{
	border: none;
}

/* default font definitions */
.labelText
{
	font-size: 11px;
	font-weight: normal;
	font-family: arial;
	letter-spacing: 1.1px;
	line-height: 15px;
	text-transform: uppercase;
}

.titleText
{
	font-family: Arial;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

#loader
{
	width: 100px;
	height: 100px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	text-align: center;
	display: none;
	position: absolute;
	z-index: 9999;
}
