p{margin-top: 10px;margin-bottom: 10px;}
.txt 
	{
		display: block;
		position:absolute;
		width:350px;
		height:auto;
		top:35px;
		left:0px;
	}
.txt table 
	{
		display:block;
		width:340px;
		height:auto;
		left:5px;
		border:0px;
	}
.txt table td.lft, .txt table td.rgt 
	{
		font-family:Verdana;
		font-size:8pt;
		font-weight:bold;
		color: #3B79BC;
		text-align:right;
		padding:3px;
	}
.txt table td.rgt
	{
		text-align:left;
		color:#000000;
		font-weight:normal;
	}
.frmholder
	{
		display:block;
		position:relative;
		width:400px;
		height:auto;
		top:0px;
		right:-365px;
		background-image:url('../images/GradientBackRt.jpg');
		background-position:top right;
		background-repeat:repeat-y;
		background-color:#C9D7EC;
		border:2px solid #B4CAE5;
		padding-top:5px;
		padding-bottom:5px;
	}
p.msg
	{
		display:block;
		width:300px;
		padding:10px;
		background-image:url('../images/GradientBackLt.jpg');
		background-position:top left;
		background-repeat:repeat-y;
		background-color:#C9D7EC;
		border:2px solid #B4CAE5;
		text-align:center;
		color:#3D77BB;
		font-weight:bold;
		font-size:9pt;
		line-height:12pt;
	}
p.msg a, p.msg a:visited
	{
		font-weight:bold;
		color:#3D77BB;
		text-decoration:underline;
	}
p.msg a:hover{text-decoration:underline;color:#B96B05;}