.action-button .action-button-leftcap, .action-button .action-button-rightcap  {
	float:left; display:block; width:6px; height:26px;
}

.action-button .action-button-text {
font-family:Arial, sans-serif; font-size:12px; font-weight:normal; float:left; display:block; color:#000000;
text-decoration:none;
background:transparent url('../images/common/action-button/submit-button-bg.png') repeat-x;
height:26px;
padding:0px 8px 0 8px;
line-height:26px;
}

.action-button .action-button-leftcap {
background:transparent url('../images/common/action-button/submit-button-bg-left.png') no-repeat;
}

.action-button .action-button-rightcap {
background:transparent url('../images/common/action-button/submit-button-bg-right.png') no-repeat;
}

.action-button:hover .action-button-leftcap {
background:transparent url('../images/common/action-button/submit-button-bg-left-hover.png') no-repeat;
}

.action-button:hover .action-button-text {
text-decoration:none;
background:transparent url('../images/common/action-button/submit-button-bg-hover.png') repeat-x;
}

.action-button:hover .action-button-rightcap {
background:transparent url('../images/common/action-button/submit-button-bg-right-hover.png') no-repeat;
}

.action-button {
display:block;
cursor:hand;
cursor:pointer;
text-decoration:none;
}
