
.checkbox, .radio {
	width: 19px;
	height: 15px;
	/*padding: 0 5px 0 0;*/
	padding:0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio {
	background: url(radio.gif) no-repeat;
}

.select {
	position: absolute;
	width: 86px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 16px;
	padding: 0 24px 0 8px;
	color: #1a1a1a;
	font: 12px arial,sans-serif;
	background: url(select.gif) top right no-repeat;
	overflow: hidden;
	border:1px solid #9d3393;
	float:right;
}

select.styled {
	cursor:pointer;
	height:16px;
}
