/* ------------------ Confirmation Page --------------- */

#confirmation_content_wrapper {
	width: 700px;
	padding: 0px;
	font-size: 12px;
	}

#confirmation_content_left_column {
	width: 330px; 
	float: left; 
	margin-bottom: 30px;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #E5F9FF;
}

#confirmation_content_right_column {
	width: 330px; 
	float: right; 
	margin-bottom: 30px;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #F2FFCC;
}

.confirmation-content {
	width: 680px;
	padding: 5px;
}

.confirmation-title {
	font-weight: bold;
	line-height: 24px;
}

li {
list-style-type: none;
padding-left: 15px;
}

