/* @override http://127.0.0.1:8300/ntdesigns/ecom/css/checkout.css */

#address_billing{
	float:left;
	width:49%;
	margin-bottom:20px;
	border:1px solid #ccc;

}
#address_billing caption{
	background-color:#f4f4f4;
	text-align:left;
	padding:3px;
	font-size:13px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-top:20px;
}
#address_billing th{
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
#address_billing input{
	font-size:11px;
	width:170px;
}
#address_delivery{
	float:right;
	width:49%;
	margin-bottom:20px;
	border:1px solid #ccc;

}
#address_delivery caption{
	background-color:#f4f4f4;
	text-align:left;
	padding:3px;
	font-size:13px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-top:20px;
	position:relative;
}
#address_delivery th{
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
#address_billing input, #address_billing select, #address_delivery input, #address_delivery select{
	font-size:11px;
	width:170px;
}
.name_txt{
	width:80px !important;
}
#same_as_billing{
	width:auto !important;	
}
#sab{
	color:#000000;
	font-size:11px;
	position: absolute;
	right: 20px;	
}
#pay_now_link{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-right:10px;
}
#request_info caption{
	text-align: left;
	background-color: #e5e6e7;
	width: 100%;
	padding: 3px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 10px;
}

#request_info table {
	width: 100%;
	border: 1px solid #ccc;
	
}
#request_info th {
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
