@charset "utf-8";
TD {
	background-color: #E9F1FC;
	vertical-align: top;
	border-bottom: solid 1px #24579B;
	padding: 5px;
	font-size: 11px;
}

div.container {
	background-color: #E9F1FC;
	border: 1px solid red;
	padding: 5px;
	width: 95%;
	display: none;
	clear: both;
	margin: 0 auto 20px auto;
}

div.container ol li { list-style-type: disc; color: red; font-weight: bold; }

form.cmxform { width: 100%; }

form.cmxform label.error { }

input.error {
	background-color: #FFE6B0;
	font-size: 13px;
	color: #000;
	font-variant: normal;
}

TH {
	text-align: center;
	padding: 10px 3px 5px 3px;
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	height: 20px;
}

TH a{ color: #FFFED2; }

tr.alt td { background-color: #CCE0F8; }

tr.over td { background-color: #B7D1F4; }

.check {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFF;
	text-align: center;
}

/* uit example*/
.cmxform fieldset p.error label { color: red; }

.container label.error { }

.TableTopCenter {
	background-image: url(line-height);
	background-repeat: repeat-x;
	line-height: 100%;
}

#mainContent tr .TableTopLeft {
	background: url(../img/aboform/sprite2.png) 0 -260px no-repeat;
}

.borderradius #mainContent tr .TableTopLeft {
	background: url(../img/table_top_ctr.png) repeat-x;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	padding-left: 8px;
}
#mainContent tr .TableTopRight {
	background: url(../img/aboform/sprite2.png) right -260px no-repeat;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.borderradius #mainContent tr .TableTopRight {
	background: url(../img/table_top_ctr.png) repeat-x;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.vraag { align: right; text-align: right; }

#main #orderForm fieldset p label {
	width: 293px;
	float: left;
	line-height: 100%;
	margin: 0 10px 7px 0;
}

#orderForm .container h4 { margin: 0; }
fieldset   {
	width: 100%;
	background-color: #E9F1FC;
}
#orderForm fieldset p {
	border-top: solid 1px;
	border-top: solid 1px #24579B;
	padding: 5px;
	clear: left;
	margin: 0;
}
#orderForm fieldset .machtig label {
	width: 95%;
}

#orderForm fieldset p label {
	float: left;
	width: 250px;
	margin-bottom: 5px;
}
#orderForm input[type='checkbox'] {
	float: left;
	clear: right;
}
#orderForm input[type="button"], #orderForm input[type="submit"] {
	background:#F00;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#orderForm input[type="button"]:hover, #orderForm input[type="submit"]:hover {
	background: #F8861F
}

