﻿table.wpsc_checkout_table {
}
form.wpsc_checkout_forms {
	border: 2px solid #CCCCCC;
	text-align: left;
	padding: 10px;
	background-color: #f3f3f3;
}
table.wpsc_checkout_table tr {
	height: 35px;
}
table.wpsc_checkout_table h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}
table.wpsc_checkout_table input.text, table.wpsc_checkout_table textarea.text, table.wpsc_checkout_table select.current_country  {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
