 
.wrapper{
	width: 100%;
} 
}
.txt-fld{
	height: 30px;
	width: 300px;
}
.btn{
	padding: 5px 10px 5px 10px;
}
.pbtable{
	margin:0px;padding:0px; 
	border:1px solid #afd3e3;
	background: #afd3e3; 
}
.pbtable thead th{
	padding:7px;
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	
	background:-webkit-gradient( linear, left top, left bottom, 
	color-stop(0.05, #005fbf), color-stop(1, #003f7f) );	
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", 
	endColorstr="#003f7f");	
	background: -o-linear-gradient(top,#005fbf,003f7f);
	background-color:#005fbf;
	border:1px solid #000;
}
.pbtable td{
	background: white;
	text-align: left;
	padding: 7px;
	font-size: 15px;
	font-family: Tahoma Arial;
	font-weight: normal;
	border:1px solid #afd3e3;
	color: #000000;
}
a.link-btn {
	padding: 10px 15px;
	color: white;
	text-decoration: none;
	background: #4479BA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	
	background:-webkit-gradient( linear, left top, left bottom, 
	color-stop(0.05, #005fbf), color-stop(1, #003f7f) );	
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
 }
 a.link-btn:hover{
    /*background: #356094;*/
    border: solid 1px #2A4E77;
    text-decoration: none;	
	background:-o-linear-gradient(bottom, #356094 5%, #003f7f 100%);	
	background:-webkit-gradient( linear, left top, left bottom, 
	color-stop(0.05, #356094), color-stop(1, #003f7f) );	
	background:-moz-linear-gradient( center top, #356094 5%, #003f7f 100% );
 }
