﻿@charset "UTF-8";
/*-------------------------------------------------------------------------
 Setting Import
--------------------------------------------------------------------------*/
/* html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
 */

/*-------------------------------------------------------------------------
 button style
--------------------------------------------------------------------------*/


.btn_001 {
    background: url("/creditcard/use/business/img/btn_001.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:490px;
    height: 55px;
	text-indent:-9999px;
	margin:0 auto;
	display:block;
	
}


.btn_002 {
    background: url("/creditcard/use/business/img/btn_002.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:490px;
    height: 55px;
	text-indent:-9999px;
	margin:0 auto;
	display:block;
}

.btn-login:hover {
opacity: 0.7;
}


