.checkbox, .radio {
	width: 25px;
	height: 25px;
	background: url("../images/checkbox.png") no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url("../images/radio.png") no-repeat;
}

.briefprofile-cv .radio {
	background: url("../images/radio_v2.png") no-repeat;
}

.select {
	position: absolute;
	width: 100%; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	*width: 472px;
	height: 32px;
	*height: 24px;
	padding: 2px 24px 2px 6px;
	color: #333;
	font: 13px/24px arial,sans-serif;
	background: #FFF;
	border: 2px solid #e0e8ef;
	overflow: hidden;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	transition: border-color .25s ease-in-out;
	-moz-transition: border-color .25s ease-in-out;
	-webkit-transition: border-color .25s ease-in-out;
}

.apply-coverletter-select .select { *width: 400px; }

select.styled {
	width: 100% !important;
	height: 32px;	
	cursor: pointer;
}
