.printView
{
	padding-left: 20px;
	padding-right: 20px;
}

.printView table
{
	width: 600px;
}

#printImg
{
	position: absolute;
	
	top:  10px;
	left: 50px;
}
#printTxt
{
	position: absolute;
	top: 10px;
	left: 70px;
}
#printTxt a
{
	font-weight: bold;
	text-decoration:none;
	color: #022f51;
	
	text-align: left;
}
#printTxt a:hover
{
	text-decoration:underline;
}

#printUrl
{
	position: absolute;
	
	top: 10px;
	/*right: 70px;*/
	left: 450px;
	
	color: #022f51;
	text-align: right;
}
#copyRight
{
	position: relative;
	
	/*padding-bottom: 10px;*/
	
	text-align: center;
}
#printClose
{
	position: relative;
	top: -10px;
	
	text-align: right;
}
