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

.checkbox, .radio {
	width: 25px;
	height: 25px;
	margin:0 0 0 5px;
	background: url(images/form/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(images/form/radio_1.png) no-repeat;
}
.select {
	position: absolute;
	/*width: 156px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	border: solid 1px #B3B3B3;
	height: 23px;
	padding: 2px 17px 0 8px;
	color: #888888;
	font: 12px/21px arial,sans-serif;
	background: url(images/form/select_s.gif) center right no-repeat #FFF ;
	overflow: hidden;
}


span#selecttrait{ width:208px; }
span#selectdate { width:15px; }
span#selectmonth ,span#selectyear { width:25px; }
span#selectcountry{ width:159px; }
span#selectc-type{ width:100px; }

.text1 {
	border: solid 1px #B3B3B3;
	height: 23px;
	color: #888888;
	font: 12px/21px arial,sans-serif;
	padding: 2px 8px 0 8px;
}
.text2 {
	border: solid 1px #B3B3B3;
	height: 23px;
	width:30px;
	*width:26px;
	color: #888888;
	font: 12px/21px arial,sans-serif;
	padding: 2px 0px 0 4px;
}


