#subheader, #submenu, #footer {
	display: none;	
}

#checkout_title {
	text-align: left;	
}

#checkout_title h2 {
	color: #FF0000;	
}

#checkout_title .warning {
	color: #FF0000;	
}

#order_detail {
	text-align: left;
}

#order_detail span, #payment_info span {
	color: #FF0000;	
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.widefat td {
	line-height: 1.1em;	
}

.br_dot {
	border-top:1px dotted #aaa;	
}
#alertmsg {
	margin: 0 auto;
	width: 90%;	
	padding: 20px 0;
}
#alertmsg ul, #alertmsg li {
	list-style-type: disc
}
#checkout_footer {
	margin: 0 auto;
	padding: 30px;
	width: 90%;	
	text-align: center;
}