@charset "UTF-8";
/* CSS Document */

body {background-color:#FFFFFF; font-family:verdana; font-size:12px; text-align:center; min-width: 510px; margin:20 0 0 0;}
p {line-height:18px;}
#form {line-height: 24px;}
.container {background-color:#FFFFFF; width:510px; border:1px solid #999999; margin-left:auto; margin-right:auto;}
#header{position: relative; background-image: url(inschrijven_header.jpg); width:500px; left:5px; top: 5px; height: 105px; background-repeat:no-repeat; margin-bottom: 5px;}
.pageTitle {background-color:#DDDDDD; padding:8px; font-size:16px; font-weight:bold; color:#000000; text-align:left; margin-bottom: 10px;}
.pageTitleAlert {background-color:#FF0000; padding:8px; font-size:16px; font-weight:bold; color:#FFFFFF; text-align:left;}
.pageTitleSuccess {background-color:#33CC00; padding:8px; font-size:16px; font-weight:bold; color:#FFFFFF; text-align:left;}
.formLabel {font-size:13px; text-align:left; margin-left: 10px; margin-right: 10px;}
.error, .error2 {color:#FF0000; font-weight:bold; font-size:11px; color: red; text-align:left;}
.error2{display:block; float: none; text-align:left;margin-left: 10px; margin-right: 10px;}
.error{margin-left: 5px;}

.small {font-size:11px;}
.label {width: 150px; display:inline-block;}
.field {width: 200px; display:inline-block;}
	#hnr, #bus {width: 55px;}
	#postnr {width: 35px;}
.requiredNoFloat {display: inline-block; color: red;}
#uitschrijfbtn{float: right; margin-right:10px;}


.btn, .btn2{cursor:pointer; display:inline-block!important; padding:4px 15px; font-weight:bold;
	border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; behavior: url(border-radius.htc);}
.btn, .btn:link, .btn:visited{color:#fff; border:1px solid #036;text-decoration:none!important;
	background: #336699; /* Old browsers */
	background: -moz-linear-gradient(top, #336699 0%, #003366 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#336699), color-stop(50%,#003366)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #336699 0%,#003366 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #336699 0%,#003366 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #336699 0%,#003366 50%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#003366',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #336699 0%,#003366 50%); /* W3C */}
.btn:hover, .btn:active{color:#333!important; border:1px solid #ccc;
	background: #ebeced; /* Old browsers */
	background: -moz-linear-gradient(top, #ebeced 0%, #cccccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebeced), color-stop(50%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebeced 0%,#cccccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebeced 0%,#cccccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebeced 0%,#cccccc 50%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeced', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebeced 0%,#cccccc 50%); /* W3C */}
	
.btn2, .btn2:link, .btn2:visited{color:#333!important; border:1px solid #ccc; font-weight:normal!important; text-decoration:none!important;
	background: #ebeced; /* Old browsers */
	background: -moz-linear-gradient(top, #ebeced 0%, #cccccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebeced), color-stop(50%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebeced 0%,#cccccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebeced 0%,#cccccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebeced 0%,#cccccc 50%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeced', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebeced 0%,#cccccc 50%); /* W3C */}
.btn2:hover, .btn2:active{color:#fff!important; border:1px solid #036;
	background: #336699; /* Old browsers */
	background: -moz-linear-gradient(top, #336699 0%, #003366 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#336699), color-stop(50%,#003366)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #336699 0%,#003366 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #336699 0%,#003366 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #336699 0%,#003366 50%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#003366',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #336699 0%,#003366 50%); /* W3C */}


