.b-decor_button_navy_next {
	margin: 0;
	padding: 0 10px 0 0;
	height: auto !important;
	line-height: normal;
	clear: both;
	cursor: pointer;
	float: left;
	white-space: nowrap;
	font-family: Arial;
	background: none !important;
}

.b-decor_button_navy_next * {
	margin: 0;
	padding: 0;
}

.b-decor_button_navy_next button::-moz-focus-inner {
	padding: 0;
	margin: 0;
	border: 0;
}

/*ff */
.b-decor_button_navy_next .decor_button_button {
	background: url("/images2/sprites/b-decor_button.png") repeat-x 0 -684px #0070a2;
	border: none;
	border-radius: 5px;
	display: block;
	height: 35px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	text-align: left;
	cursor: pointer;
	outline: 0;
}

.b-decor_button_navy_next .decor_button_text {
	text-shadow: 0 -1px 0 #2581ad;
	font-size: 16px;
	color: #ffffff;
	display: block;
	overflow: visible;
	padding: 0 9px 0 11px;
	font-family: Arial;
}

.b-decor_button_navy_next .decor_button_indicator {
	background: url("/images2/round-loader-blue.gif") no-repeat 10px 0 transparent;
	display: block;
	height: 1px;
	position: absolute;
	width: 1px;
	overflow: hidden;
}

.b-decor_button_navy_next .decor_button_corner {
	background: url("/images2/sprites/b-decor_button.png") no-repeat 0 -719px transparent;
	height: 35px;
	position: absolute;
	right: -9px;
	top: 0;
	width: 13px;
	text-align: left;
}

.b-decor_button_navy_next-hover .decor_button_button {
	background-position: 0 -544px;
}

.b-decor_button_navy_next-hover .decor_button_corner {
	background-position: 0 -579px;
}

.b-decor_button_navy_next-click .decor_button_button {
	background-position: 0 -614px;
}

.b-decor_button_navy_next-click .decor_button_corner {
	background-position: 0 -649px;
}

.b-decor_button_navy_next-wait .decor_button_button {
	background-position: 0 -614px;
}

.b-decor_button_navy_next-wait .decor_button_corner {
	background-position: 0 -649px;
}

.b-decor_button_navy_next-wait .decor_button_text {
	height: 0;
	visibility: hidden;
}

.b-decor_button_navy_next-wait .decor_button_indicator {
	position: static;
	width: 30px;
	height: 16px;
	margin: 0 auto;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	text-indent: -100px;
	overflow: hidden;
}

.b-decor_button_navy_next-disabled {
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}

.b-decor_button_navy_next-disabled * {
	cursor: default !important;
}

.b-decor_button_navy_next-bold .decor_button_text {
	font-weight: bold;
}