#stappen {
	float: right;

	width: 180px;
	height: 15px;
	line-height: 15px;

	margin-left: 10px;

	text-align: right;
	font-weight: bold;
}
.stappen {
	float: left;
	margin-right: 10px;
}
.bullet_done,
.bullet_todo {
	float: left;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	
	font-size: 0px;
	
	border: 1px solid #4B0082;
}
.bullet_done {
	background-color: #4B0082;
}

#fout {
	display: block;

	padding: 5px;
	margin-bottom: 8px;

	color: #FF0000;
	border: 1px dotted #FF0000;
}

#commentaar {
	border-top: 1px solid #4B0082;
	border-bottom: 1px solid #4B0082;
	width: 670px;
	padding: 10px;
}

#voorwaarden {
	border-top: 1px solid #4B0082;
	border-bottom: 1px solid #4B0082;
	width: 670px;
	height: 150px;
	
	overflow: auto;
	background-color: #FDF2DF;
	padding: 10px;
}

#table_cart,
#table_customer,
#table_payment_method {
	border: 0px;
	width: 490px;
}
#table_cart td,
#table_customer td,
#table_payment_method td {
	vertical-align: top;
}
#table_cart th,
#table_customer th{
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	
	border-bottom: 1px solid #4B0082;
}
#table_auth {
	border: 0px;
	width: 550px;
}
#table_auth th {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	
}
#table_auth_payment,
#table_auth_payment td {
	border: 0px;
}

.table_border_top td{
	border-top: 1px solid #4B0082;
}
.table_right {
	text-align: right;
	padding-right: 10px;
}
.table_extra_info td{
	font-size: 10px;
	padding-left: 10px;
}
.customer_form input {
	width: 165px;
	margin-right: 20px;
}
.customer_form select {
	width: 171px;
}

#form_new_customer {
	float: left;
}
#form_existing_customer {
	float: left;
	display: none;
}
#form_invoice_customer {
	float: left;
	display: none;
}

.button,
.lbutton {
	float: right;
	margin-right: 30px;
	
	width: 104px; 
	height: 22px; 
	line-height: 22px; 
	text-align: center; 
	background-image: url('button.gif'); 
	cursor: pointer;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}
.lbutton {
	float: left;
}
.button_large {
	float: right;
	margin-right: 30px;
	
	width: 200px; 
	height: 22px; 
	line-height: 22px; 
	text-align: center; 
	background-image: url('button_large.gif'); 
	cursor: pointer;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}