
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(./../i/2/bgCheckbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

table.customRow label
{
	display:inline;
	padding:0;
	margin:0;
	float:none;
}

span.styled
{
	cursor:default;
}

.radio {
	background: url(./../i/2/bgRadio.png) no-repeat;
}
.select {
	background: #fff url(./../i/2/bgSelect.png) no-repeat right 0;
	border:1px solid #C9C9C9;
	color: #333;
	font-family:Helvetica,Arial,Verdana,Geneva,sans-serif;
	font-size:14px;
	position: absolute;
	width: 255px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	margin:19px 0 0 -32px;
	padding: 5px 24px 3px 0px;
	overflow: hidden;
	
}
#eprasaPage #selectSearch .select{
	background: #fff url(./../i/2/bgSelectSmall.png) no-repeat right 0;
	display: block;
	font-size: 13px;
	margin:25px 0 0 0;
	padding: 2px 24px 1px 4px;
	width: 100px;
}
#eprasaPage #selectSearch select.styled{
	width: 130px;
}