body {
	font: 0.8em/21px arial,sans-serif;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 304px!important; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 28px;
	padding: 0 0 0 4px;
	font-family: Georgia, "Bitstream Charter", serif;
        color: #666;
        font-size: 12px;
	background: url(../images/arrowSelect.jpg) no-repeat;
	overflow: hidden;
	border:solid;
	border-color:#c7c5c5;
	border-width:1px;
	line-height:30px;
        background-position: 96%;
}
.styled{
	width:310px!important;
	height:30px!important;
}