.userArea {
	background:url('../gfx/userArea/bkg.gif') left top no-repeat #fff;
	padding-left:5px;
}
.userArea td{font:7pt}
.userArea .contentArea td{padding:3px}
.userArea input.txt{
	margin-left:2px;
	font:8pt;
	height:18px;
	width:180px;
	border:solid 1px #999;
}
.userArea a.opt{
	color:#ccc;
	border-right:1px solid #333;
	padding:2px 5px 0px 5px;
	height:15px;
}
.userArea .optAlert0{
	background:url('../gfx/userArea/workflowAlert0.gif') left center no-repeat;
	height:15px;
	width:10px;
	margin-left:5px;
}
.userArea .optAlert1{
	background:url('../gfx/userArea/workflowAlert1.gif') left center no-repeat;
	height:15px;
	width:10px;
}
.userArea .optAlert2{
	background:url('../gfx/userArea/workflowAlert2.gif') left center no-repeat;
	height:15px;
	width:10px;
}
.userArea .optAlert3{
	background:url('../gfx/userArea/workflowAlert3.gif') left center no-repeat;
	height:15px;
	width:10px;
}
.userArea a.opt:hover{color:#fff}
.userArea a.opt-selected{
	color:#fff;
	background:url('../gfx/userArea/navBar.gif');
	border-right:1px solid #333;
	padding:2px 5px 0px 5px;
	height:15px;
}