.btn1 {
	background: url(../Images/Buttons/button1.gif) repeat-x 0px 0px;
	width: 124px;height: 23px;
}
.forcebtn1_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 20px;
}
		
.btn1 a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 124px;height: 23px;
	color:#369 ;
}
		
.btn1 a:hover {
	background: url(../Images/Buttons/button_on1.gif) no-repeat 0px 0px;
	color:#fff ;
	text-decoration: none;
}
.btn2 { 
		width: 221px;height: 23px;
		}
.forcebtn2_text {
	font-family: Arial;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 20px;
	font-weight: bold;
}
		
.btn2 a {
 background-image: url(../Images/Inner/o_arrow.gif);
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 10px;
	cursor: pointer;
	display: block;
	width: 221px;height: 23px;
	color:blue;
	
}
		
.btn2 a:hover {
 background-image: url(../Images/Inner/o_arrow.gif);
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 10px;
	cursor: pointer;
	display: block;
	width: 221px;height: 23px;
	color:blue;
	
}
