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

.checkbox, .radio {
	width: 29px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../image/checkbox.jpg) no-repeat;
	display: block;
	position:absolute;
	left:70px;
	top:-4px;
	cursor:pointer;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 120px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 19px;
	padding: 0 24px 0 2px;
	color: white !important;
	font: 12px/21px arial,sans-serif;
	background: url(../image/dropdown-black-wide.jpg) no-repeat;
	overflow: hidden;
}

.add_repeat .checkbox{
	left:180px;
}

.add_first .checkbox{
	left:135px;
}
