.custbtn {
	height:					24px;
	text-align: 			center;
	cursor: 				pointer;
	position:				relative;	
}
.custbtn .custbtn_bg {
	background-image:		url(../images/btn_bg.gif);
	background-repeat:		repeat-x;
	width: 					100% - 6px;
	height: 				24px;
	margin-left: 			3px;
	margin-right: 			3px;
}
.custbtn .buttonleft {
	height: 				24px;
	background-image:		url(../images/btn_left.gif);
	background-repeat:		no-repeat;
	width: 					5px;
	position:				absolute;
	top: 					0px;
	left: 					0px;
}
.custbtn .buttonright {
	height: 				24px;
	background-image:		url(../images/btn_right.gif);
	background-repeat:		no-repeat;
	width: 					5px;
	position:				absolute;
	top: 					0px;
	right: 					0px;
}
.custbtn a, .custbtn a:hover {
	color: 					#FFFFFF;
	font-size:				12px;
	font-family:			arial;
	font-weight: 			bold;
	text-decoration: 		none;
	line-height: 			22px;
	padding-left: 			2px;
	padding-right: 			2px;
	font-family: 			verdana;
}
.custbtn .btn_shd1 {
	position:				absolute;
	top:					0px;
	left:					0px;
	padding-left: 			5px;
	padding-top: 			0px;
	color: 					#FFFFFF;
	font-size:				12px;
	font-family:			arial;
	font-weight: 			bold;
	text-decoration: 		none;
	line-height: 			23px;
	font-family: 			verdana;
	visibility:				hidden;
	
}
