html, body
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	color: #525252;
	font-size: 10pt;
}

form, div, table
{
	font-size: 10pt;
}

.msgError
{
	color: #F00;
}

.popup
{
	border: 1px solid maroon;
	background: #FFF;
	padding: 5px;
}

a, a:link, a:active, a:visited
{
	color: #3182A8;
	font-size: 10pt;
}

.popTL, .popTR, .popBL, .popBR
{
	width: 16px;
	height: 16px;
	font-size: 2pt;
	padding: 0;
}

.popTL
{
	background: url(/images/poptl.png);
}

.popTR
{
	background: url(/images/poptr.png);
}

.popBL
{
	background: url(/images/popbl.png);
}

.popBR
{
	background: url(/images/popbr.png);
}

.popT
{
	height: 16px;
	background: url(/images/popt.png) repeat-x;
}

.popB
{
	height: 16px;
	background: url(/images/popb.png) repeat-x;
}

.popL
{
	width: 16px;
	background: url(/images/popl.png) repeat-y;
}

.popR
{
	width: 16px;
	background: url(/images/popr.png) repeat-y;
}
