#ipp-background {
	width:349px;
	height:30px;
	line-height:30px;
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:20px;
	padding-left:40px;
	text-align:center;
	background-image: url(../images/common/ipp-bg.png);
	background-repeat:no-repeat;
}

#ipp-active {
	width:32px;
	height:30px;
	float:left;
	line-height:30px;
	text-align:center;
	background-image: url(../images/common/ipp-active-bg.png);
	background-repeat:no-repeat;
}

#ipp-text {
	height:30px;
	float:left;
	line-height:30px;
	text-align:center;
}

#ipp-inactive {
	width:32px;
	height:30px;
	float:left;
	text-align:center;
	line-height:30px;
	background-image: url(../images/common/ipp-inactive-bg.png);
	background-repeat:no-repeat;
}