body
{
	font-family: Verdana, Tahoma, Arial;
	font-size: small;
}

.title
{
	font-size: xx-large;
	color: #8b4513;
	font-weight: bold;
}

.subTitle
{
	font-size: large;
	color: #a0522d;
}

.panelTitle
{
	font-size: large;
	color: #8b4513;
}

.button
{
	text-align: center;
}

.panel
{
	padding-left: 20px;
}

.loading 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
}

.resultTitle
{
	font-size: medium;
	font-weight: bold;
	color: #660000;
}

.resultSubTitle
{
	font-size: small;
	font-weight: bold;
	color: #660000;
}

.success
{
	color: Green;
}

.fail
{
	color: Red;
}

.help
{
	border-right: black 1px dashed;
	border-top: black 1px dashed;
	border-left: black 1px dashed;
	border-bottom: black 1px dashed;
	background-color: #f0e68c;
	z-index: 100;
	visibility: hidden;
}

.rightPanelText
{
	color: #696969;
}
