	body
	{
		margin: 10px 0 10px 0;
		padding: 0;
		background-color: #e9e9e9;
		color:#434343;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		cursor:default;
	}
	#header
	{
		background-image: url(/images/header.jpg);
		background-repeat: no-repeat;
		height: 74px;
		margin: 0 auto 0 auto;
		width:800px;
	}
	#footer
	{
		background-image: url(/images/footer.jpg);
		background-repeat: no-repeat;
		height: 30px;
		margin: 0 auto 0 auto;
		width:800px;
	}
	#mainWrapper
	{
		background-color: #FFF;
		margin: 0 auto 0 auto;
		width: 760px;
		padding: 0px 20px 0px 20px;
		background-image: url(/images/bg.jpg);
		background-repeat: repeat-y;
	}
	.messageWrapper
	{
		padding:50px 20px 50px 20px;
	}
	#message
	{
		padding: 30px;
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-topright:10px;
	}
	
	#message.ok
	{
		background-color: #dceece;
		border: 1px solid #a1cc7c;
		background-image: url(/images/ok.jpg);
		background-repeat: no-repeat;
		background-position: 645px 8px;
		/*color: #006600;*/
		color: #000;
		font-size:16px;
		font-weight: lighter;
	}
	#message.wrong
	{
		background-color: #ffe4d6;
		border: 1px solid #eda7a4;
		background-image: url(/images/wrong.jpg);
		background-repeat: no-repeat;
		background-position: 645px 8px;
		/*color: #006600;*/
		color: #000;
		font-size:16px;
		font-weight: lighter;
	}
	#formWrapper
	{
		float: left;
	}
	
	#productWrapper
	{
		float: left;
		width: 360px;
	}
	fieldset
	{
		border: none;
		float: left;
		margin: 0;
		padding: 0;
	}
	label
	{
		width:150px;
		display: block;
	}
	h1
	{
		font-size:20px;
		margin: 0;
		padding: 0 0 10px 10px;
	}
	h2
	{
		font-size:13px;
		font-weight: bold;
		color:#000;
		background-color: #efefef;
		padding: 0 0 0 10px;
		margin: 0;
		line-height: 24px;
		background-image: url(/images/h2_bg.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		text-shadow:1px 1px 0 #FFF;
		
	}
	.checkbox
	{
		width:14px;
		height:14px;
		vertical-align: text-bottom;
		margin: 0;
	}
	.productInfo
	{
		font-size: 11px;
		padding: 0 10px 10px 10px;
	}
	.infoBlock
	{
		float: left;
		width: 160px;
	}
	.kopje
	{
		font-weight: bold;
		font-size: 12px;
		color: #000;
		padding-bottom: 3px;
	}
	.textField
	{
		margin-bottom: 3px;		
	}
	.section
	{
		padding-bottom: 10px;		
		padding: 10px;		
		width: 380px;
		background-color: #FFF;
	}
	.productTable
	{
		padding-bottom: 10px;		
		padding: 10px;		
		width: 340px;
		background-color: #FFF;
	}
	.c1
	{
		width:150px;
	}
	.shippingAdress
	{
		padding: 10px 0 0 0;
	}
	.select
	{
		margin-bottom: 3px;
	}
	.spacer
	{
		clear: both;
	}
	.tableWrapper
	{
	  /*width: 400px;
		height: 400px;*/
	}
	.tableWrapper .topLeft
	{
		width:10px;
		height: 10px;
		background-image: url(/images/top_left.gif);
		background-repeat: no-repeat
	}
	.tableWrapper .top
	{
		height: 10px;
		background-image: url(/images/top.gif);
		background-repeat: repeat-x;
	}
	.tableWrapper .topRight
	{
		width:10px;
		height: 10px;
		background-image: url(/images/top_right.gif);
		background-repeat: no-repeat;
	}
	.tableWrapper .left
	{
		width:10px;
		background-image: url(/images/left.gif);
		background-repeat: repeat-y;
	}
	.tableWrapper .right
	{
		width:10px;
		background-image: url(/images/right.gif);
		background-repeat: repeat-y;
	}
	.tableWrapper .bottomLeft
	{
		width:10px;
		height: 10px;
		background-image: url(/images/bottom_left.gif);
		background-repeat: no-repeat
	}
	.tableWrapper .bottom
	{
		height: 10px;
		background-image: url(/images/bottom.gif);
		background-repeat: repeat-x;
	}
	.tableWrapper .bottomRight
	{
		width:10px;
		height: 10px;
		background-image: url(/images/bottom_right.gif);
		background-repeat: no-repeat;
	}
	.submit
	{
		cursor: pointer;
	}
	.w70
	{
		width:70px;
	}
	.required
	{
		padding: 10px 0 0 10px;
		font-size: 11px;
		color: #666;
	}
	
	
