/* Button Sprites */

/* Add ID or Class of input that uses sprite image. This will load the sprite, set margins and font hack. */

input.login_btn_input,
input.pc-submitbutton,
div.password_update_button input,
input.sbtn,
#request-submit,
.new_submit,
.submit_btn_poll,
.btnSubmit,
.mgrfront-submit,
#form_builder_clear,
div.mgrfront-buttons input
{
	background-image:url(../gfx/sprite_btn.gif) !important;
	cursor: pointer;
	cursor: hand;
	background-color:transparent;
	background-repeat:no-repeat;
	height:19px;
	width:62px;
	overflow:hidden;
	border:0px !important;
	margin:0px;
	padding:0px;
	font-size:100px !important;
}

/* Set individual button background image position and additional css for each button */

/***** Sprite 1 0px 0px Login */

input.login_btn_input {
	margin-top:5px;
	display:block;
}

/***** Sprite 2 0px -20px Search */

input.pc-submitbutton {
	margin-top:3px;
	background-position:0px -20px;
}

/***** Sprite 3 0px -40px Update */

div.password_update_button input {
	background-position:0px -40px;
	margin-top:3px;
}

/***** Sprite 4 0px -60px Submit White BG */

.sbtn,
#request-submit,
.btnSubmit,
.new_submit,
.mgrfront-submit,
div.mgrfront-buttons input {
	background-position:0px -60px;
}

/***** Sprite 4 0px -60px Submit Purple BG */

.submit_btn_poll {
	background-position:0px -80px;
}

#form_builder_clear {
	background-position:0px -100px;
	margin-left:6px;
}
