/*@charset "utf-8";*/
/* CSS Document */

span.btn {
	display: -moz-inline-box;
	display: inline-block;
	cursor: pointer;
	border: none;
    font-size: 0;
    line-height: 22px;	
	background-image: url(../img/layout/btn_bg.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;    
    background-color: transparent;
	height: 22px;
	_height: 24px;
	vertical-align: middle;
	padding: 0 3px 0 0;
}

span.btn input.button {
	display: -moz-inline-box;
	display: inline-block;
	cursor: pointer;
	border: none;
    font-size: 0;
    line-height: 22px;
	background-image: url(../img/layout/btn_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat; 
    background-color: transparent;
	height: 22px;
	_height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
	padding: 0 22px 0 25px;
	*padding: 0 2px 0 5px;		
}
span.btn:hover {
	background-image: url(../img/layout/btn_bg.gif);
	background-position: 100% -25px;
	background-repeat: no-repeat; 
    background-color: transparent;
}
span.btn input.button:hover {
	background-image: url(../img/layout/btn_bg.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat; 
    background-color: transparent;
	color: #ffffff;
}
span.btn02 {
	display: -moz-inline-box;
	display: inline-block;
	cursor: pointer;
	border: none;
    font-size: 0;
    line-height: 22px;	
	background-image: url(../img/layout/btn_bg02.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;    
    background-color: transparent;
	height: 22px;
	_height: 24px;
	vertical-align: middle;
	padding: 0 3px 0 0;
}

span.btn02 input.button {
	display: -moz-inline-box;
	display: inline-block;
	cursor: pointer;
	border: none;
    font-size: 0;
    line-height: 22px;
	background-image: url(../img/layout/btn_bg02.gif);
	background-position: 0 0;
	background-repeat: no-repeat; 
    background-color: transparent;
	height: 22px;
	_height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
	padding: 0 22px 0 25px;
	*padding: 0 2px 0 5px;		
}
span.btn02:hover {
	background-image: url(../img/layout/btn_bg02.gif);
	background-position: 100% -25px;
	background-repeat: no-repeat; 
    background-color: transparent;
}
span.btn02 input.button:hover {
	background-image: url(../img/layout/btn_bg02.gif);
	background-position: 0 -25px;
	background-repeat: no-repeat; 
    background-color: transparent;
	color: #ffffff;
}

