@CHARSET "ISO-8859-1";

ul#orderProgress {
	display: block;
	margin: 0px;
	/*margin-top: 30px;*/
}
	
#orderProgress li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	
	display: inline;
	padding: 5px;
	margin-left: 8px;
	margin-right: 8px;
	border: solid 1px #666666;
}
	
#orderProgress li a:link, #orderProgress li a:active, #orderProgress li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
	
#orderProgress li#selected {
	border: solid 1px #2cccd2;
	color: #2cccd2;
}

#orderProgress li#selected a:link, #orderProgress li#selected a:active, #orderProgress li#selected a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #2cccd2;
}
	
#orderProgress li.disabled {
	border: solid 1px #cccccc;
	color: #cccccc;
}

#orderProgress li.disabled a:link, #orderProgress li.disabled a:active, #orderProgress li.disabled a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}
	

.ordermain {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width: 895px;
}

.ordercontent {
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
	padding-left: 50px;
	text-align: left;
}

div#inner {
	height: 200px;
	minimum-height: 200px;
}

div#message {
	border: solid 1px #a71a42;
	color: #a71a42;
	padding: 2px;
	margin-bottom: 10px;
}

form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.column1 {
	padding-left: 30px;
}

select {
	background-color:#d7dfe2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-left:2px;
}

.button {
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding:1px;
	margin-left: 10px;
}

.input_field {
	background-color:#e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border:none;
	padding:2px;
	padding-left:6px;
	
}

label  {
	padding-right: 18px;
}

label.required {
	background-image: url('../images/ster.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 10px;
	margin-right: 8px;
}

label.reminder {
	padding-right: 18px;
	background-image: url('../images/uitroep.png');
	background-repeat:no-repeat;
}

input.required {
}

input.reminder {
	border: solid 1px #a71a42;
	background-color: white;
}

p.required {
	color:#a71a42;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

input#back {
	float: left;
}

#printLinks {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 600px;
}

#printLinks a {
	text-decoration: underline;
}


