/* ------------------------------------------- transaction */

table.form_transaction {
	display:table;
	width:100%;
	height:auto;
	background:none;
	border-collapse:separate;
	border-spacing:0;
	border-top:solid 1px #eeeeee;
    font-size: 15px;
    text-align: left;
}
 

table.form_transaction th {
	margin:0px;
    padding:10px;
    width:40%;
	border-bottom:solid 1px #FFFFFF;
	border-left:solid 1px #FFFFFF;
	background: #eeeeee;
  text-align: left;
}


table.form_transactiony td {
	margin:0px;
    width:60%;
	border-left:solid 1px #eeeeee;
	border-bottom:solid 1px #eeeeee;
	border-right:solid 1px #eeeeee;
}
