.iPa {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
	outline: none;
	
	background: #F6F6F6; 
    -moz-border-radius:7px; 
	-webkit-border-radius:7px; 
	-khtml-border-radius:7px; 
	border-radius:7px;
	border: 2px solid #EAEAEA;
	color: #333333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#EDEDED'); 
	background: -webkit-gradient(linear,
    left bottom,
    left 5,
    color-stop(1, rgb(255,255,255)),
    color-stop(0.35, rgb(240,240,240)),
    color-stop(0.15, rgb(230,230,230))); 
	background: -moz-linear-gradient(center bottom,
    rgb(255,255,255) 100%,
    rgb(240,240,240) 35%,
	rgb(230,230,230) 15%
	); 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	whitespace:nowrap;
}
.iPa:hover {
  border: 2px solid #DADADA;
}

.iPa:focus {
  border: 2px solid #CACACA;
}