body, html {
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
	outline-style: none
}
a:hover {
			color: #1967A9;

			text-decoration: underline;
			outline-style: none
}



#logo {
	display: none;
}



h1 {
	display: block;
	margin: 0px; padding: 8px;
	font-size:12px;
	color: #1967A9;	
	font-weight:bold;
	border-bottom:dotted 1px #588EED;

}
h2 {
	display: block;
	margin: 0px; padding: 0px;
	font-size: 11px;
}

.small {
	font-size: 9px;
}
.grey {
	color: #999999;
}
#formulier {
	position: relative;
	/*position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -350px;
	
	width: 700px;
	padding: 10px;
	
	border: 1px solid #CCCCCC;*/
}
#stappen {
	position: absolute;
	right: 5px;
	top: 5px;
	
	width: 200px;
	height: 15px;
	line-height: 15px;

	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 #1967A9;
}
.bullet_done {
	background-color: #1967A9;
}

#fout {
	display: block;

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

	color: #FF0000;
	border: 1px dotted #FF0000;
}
.whois {
	color: #1967A9;
}

#commentaar {
	border-top: 1px solid #1967A9;
	border-bottom: 1px solid #1967A9;
	width: 560px;
	padding: 10px;
}
#authcode {
	border: 1px solid #1967A9;
	width: 540px;
	padding: 10px;	
	
	font-size: 11px;
}

#voorwaarden {
	border-top: 1px solid #1967A9;
	border-bottom: 1px solid #1967A9;
	width: 560px;
	height: 150px;
	
	overflow: auto;
	background-color: #FDF2DF;
	padding: 10px;
}
td {
	font-size: 11px;
}
#table_cart,
#table_customer,
#table_payment_method {
	border: 0px;
	width: 540px;
}
#table_cart td,
#table_customer td,
#table_payment_method td {
	vertical-align: top;
	font-size: 11px;
}
#table_cart th,
#table_customer th{
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	
	border-bottom: 1px solid #1967A9;
}
#table_auth {
	border: 0px;
	width: 450px;
}
#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 dotted #1967A9;
}
.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: 5px;
}
.customer_form select {
	width: 165px;
}

#form_new_customer {
	float: left;
}
#form_existing_customer {
	float: left;
	display: none;
}
#form_invoice_customer {
	float: left;
	display: none;
}
#form_DomainOwner {
	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;
	
}

.footer {
			font-family: verdana;
			font-size: 9px;
			color: #000000;
			text-decoration: none;
}


.style8 {
	font-family: verdana;
	font-size: 10pt;
	color: #1967A9;
	font-weight: bold;
}	