/* form.css */
/* vormgeving voor selectiepagina rechterkolom homepage */

* {
  margin: 0;
  padding: 0;
}

fieldset {
	clear: both;
	border: #ccc 1px solid;
	padding: 10px;
	margin: 10px 20px 10px 20px;
}

fieldset legend {
  font-weight: bold;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
}
.lowercase {
	text-transform:lowercase;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
}

textarea {
  overflow: auto;
}


fieldset legend {
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 270px;
  padding: 2px;
  margin: 0 0 5px 0;
  /*text-align: right;*/
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

label.labelCheckbox, label.labelRadio {
  float: left;
  display: block;
  width: 270px;
  zoom: 1;
  padding: 2px;
  margin: 0;
  text-indent:0;
  background-color:#fff;
  line-height: 1.6em;
  text-transform:lowercase;
}

.Block {
	float:none !important;
}
.BlockBreed {
	width: 552px !important;
	float:none !important;
	display:block;
	clear:both;
}
}
.labelCheckbox input, .labelRadio input {
	clear:right;
}



p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form select, form textarea {
  max-width: 340px;
  padding: 1px 3px;
  margin: 0 0 0 0;
  font-size:1em;
}

form input.inputText, form input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form input.inputFile {
  width: 211px;
}

form select.selectOne, form select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}


form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form  input.inputSubmit, form  input.inputButton {
	background-color: #D8D8D8;
	border: 1px #999 outset;
	padding: 2px 6px;
	color: #333 !important;
	text-decoration: none;
	font-weight: normal;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	box-shadow:  0px 1px 1px #999;
	-moz-box-shadow:  0px 1px 1px #999;
	-webkit-box-shadow:  0px 1px 1px #999;
}


form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}


form small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

.stadsdeel {
	font-weight:bold;
	width: 552px !important;
	border-bottom:1px dotted #bfbfbf;
	margin-top:1em !important;
	padding: 2px !important;
}
.wijk {
	font-weight:normal;
	padding: 2px !important;
}

a.smallbutton, .smallbutton {
	background-color: #f5f5f5;
	border: 1px #999 outset;
	padding: 2px 6px;
	color: #333 !important;
	text-decoration: none;
    font-weight: normal;
    font-size:11px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	box-shadow:  0px 1px 1px #999;
	-moz-box-shadow:  0px 1px 1px #999;
	-webkit-box-shadow:  0px 1px 1px #999;
}
a:hover.smallbutton, .smallbutton:hover {
	background-color: #f00;
	color:#fff !important;
}

.aanpas {
	
	
}	
