.button2 {
/*
	border: 1px solid red;
	display: inline;
	text-align: left;
	position: relative;
	top: 5px;
*/
}

.button2-inputImage {
	display: block;
	height: 16px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

.button2-leftCap, .button2-rightCap {
	/*vertical-align: middle;*/
}

.button2-contentArea {
	position: relative;
	height: 16px;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url("../../images/button2/buttonBG.gif");
	text-align: center;
}

.button2-contentArea, .button2-a, .button2-a:hover, .button2-a:visited, .button2-a:active  {
	white-space: nowrap;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.button2-a {
	/*
		padding screws up in this circumstance...
		may have something to do with the inputImage
		getting positioned.
	*/
	margin-left: 3px;
	margin-right: 3px;
}
