/************ Custom Elements ************/

.checkbox_container {
	width: 20px;
	height: 18px;
}

.checkbox, .radio {
	width: 16px;
	height: 20px;
	padding: 0 5px 0 0;
	background-image: url(checkbox/checkbox.png);
	display: block;
	clear: left;
}

.radio {
	background-image: url(radio/radio.png);
}

.select {
	position: absolute;
	width: 86px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 19px;
	padding:3px 6px 0 0;
	font:12px Arial ; color:#333333;
	background-image: url(input/input_92.png);
	overflow: hidden;
}

/********* End Custom Elements *********/