


.button {
	cursor:pointer; 
	cursor:hand; 
	line-height:25px;
	height:25px;
	background:url(/images/buttons/mediumGrayRightCap25x25.png) no-repeat right top; 
	padding-right:20px; 
	display:inline-block;
	text-decoration: none;
}

.button ins { 
	background:url(/images/buttons/mediumGray25x450.png) no-repeat left top; 
	height:25px;
	line-height:25px;
	color: #FFFFFF;
	display:inline-block;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	color: #707070;
}

a.button:hover {background-position:right -25px;}
a.button:hover ins {background-position:left -25px; color: #F3F3F3;}



.button-close {
	cursor:pointer; 
	cursor:hand; 
	line-height:25px;
	height:25px;
	background:url(/images/buttons/mediumGrayRightCap25x25.png) no-repeat right top; 
	padding-right:20px; 
	display:inline-block;
	text-decoration: none;
}

.button-close ins { 
	background:url(/images/buttons/mediumGrayClose25x450.png) no-repeat left top; 
	height:25px;
	line-height:25px;
	color: #FFFFFF;
	display:inline-block;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	color: #707070;
}

a.button-close:hover {background-position:right -25px;}
a.button-close:hover ins {background-position:left -25px; color: #F3F3F3;}


.button-dwnld {
	cursor:pointer; 
	cursor:hand; 
	line-height:40px;
	height:40px;
	background:url(/images/buttons/largeGrayRightCap40x35.png) no-repeat right top; 
	padding-right:20px; 
	display:inline-block;
	text-decoration: none;
}

.button-dwnld ins { 
	background:url(/images/buttons/largeGray40x550.png) no-repeat left top; 
	height:40px;
	line-height:40px;
	color: #FFFFFF;
	display:inline-block;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	padding-left:40px;
	color: #707070;
}

a.button-dwnld:hover {background-position:right -40px;}
a.button-dwnld:hover ins {background-position:left -40px; color: #F3F3F3;}

.button-back {
	cursor:pointer; 
	cursor:hand; 
	line-height:25px;
	height:25px;
	background:url(/images/buttons/mediumGrayRightCap25x25.png) no-repeat right top; 
	padding-right:20px; 
	display:inline-block;
	text-decoration: none;
}

.button-back ins { 
	background:url(/images/buttons/mediumGrayBack25x450.png) no-repeat left top; 
	height:25px;
	line-height:25px;
	color: #FFFFFF;
	display:inline-block;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	color: #707070;
}

a.button-back:hover {background-position:right -25px;}
a.button-back:hover ins {background-position:left -25px; color: #F3F3F3;}


}
