.jax_top
{
	border-collapse: collapse;
	margin: 0px;
}

.jax_top_c1
{
	width: 57px;
	height: 75px;
	padding: 0px;
        vertical-align: top;
}

.jax_top_c2
{
	height: 19px;
	width: 100%;
	padding: 0px;
}

.jax_top_titolo
{
 height: 59px;
 width: 100%;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 24px;
 color: #314284;
 font-weight: normal;
}

.jax_top_line
{

	height: 8px;
	background-color: #314284;
}

.jax_body
{
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #314284;
	font-size: 12px;
}

.jax_wait
{
	position:fixed;
	top: 0px;
	left: 30%;
	background-color: black;
	background-color: rgba(0,0,0,0.5);
	filter:alpha(opacity=50);
	border: solid 2px black;
	padding: 10px;
	text-align: center;
	height: 103pt;
	width: 40%;
	font-style: normal;
	font-weight: bold;
	color: white;
	font-family: sans-serif;
	font-size: 12pt;
}

.jax_errormsg
{
	background-color: #FFF7BE;
	border: solid 2px #BC8B29;
	padding: 3px;
	font-weight: bold;
	color: #8C1F1F;
	font-family: sans-serif;
	font-size: 12pt;
}