.formatSelect {
    overflow: hidden;
    z-index: 2;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("img/formatSelect.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.formatSelect select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: none repeat scroll 0 0 transparent;
	height: 27px;
}
.formatCheck {
	background-image: url("img/formatCheck.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.formatRadio {
	background-image: url("img/formatRadio.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.formatCheck, .formatRadio {
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 0;
	padding: 0 0 0 0;
}
.formatCheck label, .formatRadio label {
	cursor: pointer;
	margin: 0px;
	padding: 0 0 0 40px;
	white-space: nowrap;
}
.formatCheck.cPos1, .formatRadio.rPos1 {
	background-position: 0 0;
}
.formatCheck.cPos2, .formatRadio.rPos2 {
	background-position: -30px 0;
}
.formatCheck.cPos3, .formatRadio.rPos3 {
	background-position: -60px 0;
}
.formatCheck.cPos4, .formatRadio.rPos4 {
	background-position: -90px 0;
}