#payform table {
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A69E59;*/
	background-color: #FFFFFF;
}
#payform td,#payform th {
	font-size: 9pt;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D3B5;*/
	padding: 4px 2px 4px 12px;
}
#payform th {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
/*	background-color: #D2CEAC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A69E59;*/
	padding: 5px;
}
#payform span {
	font-style: italic;
	color: #666666;
	font-size: 9pt;
	clear: left;
	display: block;
}
#payform tr.r1 {
	background-color: #FFFFFF;
}
#payform tr.r2 {
	background-color: #f0f0f0;
}
#payform input {
	border: 2px solid #e4e2e2;
	/*background-color: #EDEBDE;*/
	width: 200px;
	font-size: 10pt;
}
#payform #Submit {
	background-color: #FFFFFF;
	border: 1px ridge #A69E59;
	font-weight: bold;
	text-transform: uppercase;
}
table#goods {
/*	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A69E59;
	border-bottom-color: #A69E59;*/
	background-color: #FFFFFF;
}
table#goods td, th {
	padding: 3px;
/*	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #A69E59;
	border-left-color: #A69E59;*/
}
table#amount {
/*	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A69E59;
	border-bottom-color: #A69E59;*/
	background-color: #FFFFFF;
}
table#amount td, th {
	padding: 3px;
/*	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #A69E59;
	border-left-color: #A69E59;*/
}
#payform select {
	width: 100%;
/*	background-color: #F0EFE3;*/
	font-size: 10pt;
	border: 2px solid #e4e2e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#payform .error{
	color: #FF0000;
}
#progressbar {
	position:relative;
	width:300px;
	height:20px;
	border:1px solid #666666;
	overflow:hidden;
	background-color: #E5E5E5;
	text-align: left;
}

#progressbar div {
	width:0;
	height:100%;
	background-color: #448aff;
	text-align: center;
	font-weight: bold;
	color: #009900;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009900;
}
#progressbar_count {
	font-weight: bold;
	color: #000000 !important;
	width: 17px !important;
	font-size: 14px !important;
	background-color: #FFFFFF !important;
	font-family: Arial, Helvetica, sans-serif;
	border: none !important;
	text-align: center;
}
.section-header {
    padding: 5px 15px 5px 15px;
    background: #FF6400;
    color: #000000;
    font-size: 120%;
    font-weight: bold;
}

#payform select#expire_month {
    width: 49%!important;
}

#payform select#expire_year {
    width: 49%!important;
}

#btnBox input{
    border: none;
}

.soft-name{
    background: #96beff;
    color: #001d4c;
    font-size: 105%;
    padding: 7px 15px 7px 15px!important;
    /*font-weight: bold;*/
}

span.error {
    font-style: normal!important;
    /*background: #EA5C00!important;*/
    color: #448aff!important;
    font-weight: bold;
    padding: 5px;
}

.btn-refresh {
    background: url('btn-refresh.jpg') 0 0 no-repeat;
    border: none!important;
    width: 76px!important;
    height: 16px;
}

.btn-gohome {
    background: url('btn-gohome.jpg') 0 0 no-repeat;
    border: none!important;
    width: 79px!important;
    height: 16px;
}

input.btn-process {
    background: url('btn-process.jpg') 0 0 no-repeat;
    border: none!important;
    width: 101px!important;
    height: 20px;
}
