.checkbox, .radio {
	width: 52px;
	height: 52px;
	display: inline-block;
	position:relative;
}
.select {
	position: absolute;
	width: 269px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 33px;
	padding: 9px 25px 0 12px;
	color: #5a5a5a;
	background: url(../images/select.png) no-repeat;
	overflow: hidden;
	margin-top: 5px;
}

select#company_select {
margin-top: 0px;
}

.company_select {
	position: absolute;
	width: 269px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 33px;
	padding: 9px 25px 0 12px;
	color: #5a5a5a;
	background: url(../images/select.png) no-repeat;
	overflow: hidden;
}
.university_study_list, .work_type, .work_position {
	position: absolute;
	width: 340px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 33px;
	padding: 9px 25px 0 12px;
	color: #5a5a5a;
	background: url(../images/select370.png) no-repeat;
	overflow: hidden;
	margin-top: 5px;
}
.fail_select .select {
	background: url(../images/select_error.png) no-repeat;
}
.fail_select .university_study_list, .fail_select .work_type, .fail_select .work_position {
	background: url(../images/select370_error.png) no-repeat;
}

.university_finish_list  {
	position: absolute;
	width: 219px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 33px;
	padding: 9px 25px 0 12px;
	color: #5a5a5a;
	background: url(../images/select250.png) no-repeat;
	overflow: hidden;	
margin-top: 5px;
}
.fail_select .university_finish_list {
	background: url(../images/select250_error.png) no-repeat;
}
.customfield select {
	position: relative;  
	opacity: 0; 
	filter: alpha(opacity=0); 
	z-index: 5;
	height: 38px;
	margin-top: 5px;
}
select#company_select, select#university_study_list, select#university_finish_list {
	position: relative;  
	opacity: 0; 
	filter: alpha(opacity=0); 
	z-index: 5;
	height: 38px;
	width: 305px;
	margin-top: 5px;
}
select#university_study_list, select#work_type, select#work_position {
	width: 375px;
}
select#university_finish_list {
	width: 250px;
}
select#work_type {
	margin-right: 30px;
}