.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 239px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	color: #8e8e8e;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
	background-image: url(../siteimages/select.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 8px;
	margin-right: 25px;
}
input[type="text"] , input[type="password"]{
	width: 113px;
	height: 21px;
	color: #8e8e8e;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
	background-image: url(../siteimages/textfield.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}

#comments {
	width: 539px;
	height: 126px;
	padding: 8px;
	font-family: arial, sans-serif;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #F9F9F9;



	*border: 1px solid #E6E6E6;
	-moz-box-shadow: inset 2px 2px 5px #D3D3D3;
	-webkit-box-shadow: inset 2px 2px 5px #D3D3D3;
	box-shadow: inset 2px 2px 5px #D3D3D3;
	color: #8e8e8e;
	resize: none;
}
select {
	margin-right: 10px;
}
