.pseudolink
{
	text-decoration:underline;
	color:blue;
	cursor:pointer;
}

#aj_load_error
{
	text-align:center;
	position:fixed;
	display:none;
	font-family:Verdana;
	font-size:13px;
	width:500px;
	background:#FFF;
	padding:5px;
	text-align:center;
	border:2px solid #FFFFFF;
	border-top:0px;
	background-color:orange;
	color:white;
	font-weight:bold;
	top: 0px;
	left: 50%;
	margin-left: -250px;
}

#loadmsg
{
	position:fixed;
	display:none;
	font-family:Verdana;
	font-size:11px;
	width:200px;
	height:50px;
	background:#FFF;
	padding:10px;
	text-align:center;
	border:1px solid #000;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -100px;
}

#action_panel
{
	margin-top:40px;
}