@charset "utf-8";
table.checkout {
	width: 100%;
}
.checkout th, .checkout td {
	color: #FFF;
	padding: 5px 10px;
}
.checkout th {
	font-weight: bold;
	border-bottom: 2px solid #3F393A;
}
.checkout td{
	border-bottom: 1px solid #3F393A;
}
.checkout tfoot {
	font-weight: bold;
}

.checkerrors{
	background:#900;
	padding:10px;
	margin:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	border:5px solid #f00;
	color:#fff;
	width:350px;
	}	
.checkerrors ul{
		color:#fff;
	}