#billingaddress .txtbox {
	width: 100%;
}

.table {
	display: table;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	border-bottom-style: solid;
	border-width: 1px; 
}

.table-header-cell {
	display: table-cell;
	border-style: solid;
	border-width: 2px;
	text-align: center; 
}

.align_bottom {
	//position: absolute;
    bottom: 00;
}