.pcode {
	height:51px;
	width:180px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif!important;
	background-color:#E6F7FB;
	border:1px solid #9ADCEF;
	scrollbar-arrow-color: 9ADCEF;
	scrollbar-track-color: E6F7FB;
	scrollbar-face-color: E6F7FB;
	scrollbar-highlight-color: E6F7FB;
	scrollbar-3dlight-color: E6F7FB;
	scrollbar-darkshadow-color: E6F7FB;
	scrollbar-shadow-color: E6F7FB;
	overflow-y:scroll;
	overflow-x:none;
	}
.dcode {
	width:180px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif!important;
	background-color:#E6F7FB;
	border:1px solid #9ADCEF;
	}