.tb-rounded {
	border:0;
	height: 33px;
	width: 76px;
	background-color: transparent;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #797c71;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}

.tb-txtSearchBox {
	border:0;
	height: 29px;
	width: 187px;
	background-color: transparent;
	background-image: url(../_images/FormElements/search_by_name.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #797c71;
	background-position: center top;
	vertical-align: middle;
	padding-top: 7px;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../_images/FormElements/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../_images/FormElements/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 158px;  /*With the padding included, the width is 190 pixels: the actual width of the image.*/
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../_images/FormElements/select.gif) no-repeat;
	overflow: hidden;
}
