.bullet_bg{
	cursor:pointer;
	z-index: 0;
	height: 40px;
	width: 40px;
	background-image:url('../assets/survey/bullet_new.png');
	float:right;
}

#bullet_text {
	font-size: 22px;
	position: relative;
	top: 10px;
	right: 5px;
	z-index: 0;
	width: 120px;
}

.bullet_bg.unselected {
	background-position:0px 0px;
	z-index: 0;
	position: relative;
}

.bullet_bg.selected{
	background-position: 39px 0px;
}

.bullet_bg.disabled {
	cursor:auto;
	opacity:1;
}

/*#bullet {
	float:right;*/
	/*margin-right: 1%;
	margin-left: 1%;*/
/*}*/

.bullet {
	cursor:pointer;
	float:right;
	margin-left: 8px;
	margin-right: 8px;
}

#bullets {
	display:block;
	height:55px;
}

#bullets_wrapper {
	display: block;
	clear:both;
	position: absolute;
	width:680px;
	height: 50px;
	margin: 0 auto;
	top: 75px;
}
