fieldset { margin-bottom:10px;}

.ie7 .field { zoom:1;}

.field:before, 
.field:after {
    display: table;
    content: "";
}

.field:after {
    clear: both;
}

.field { margin-bottom: 10px;}

label {
    display:block;
    width:127px;
    float:left;
    line-height: 28px;
}

.radio, 
.checkbox {
    min-height: 20px;
    padding-left: 147px;
}

.ie .radio,
.ie .checkbox {
    padding-left: 146px;
}

input[type="text"],
input[type="password"]
 {
    width: 180px;
    height: 28px;
    float:left;
    border: 1px solid #c2c2c2;
    padding: 0 5px;
}

input[type="checkbox"] {
	width: auto;
	float: left;
	margin-top: 8px;
	margin-left: -20px;
}

.ie input[type="checkbox"] {
	margin-top: 5px;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 24px 4px 10px; 
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #d2322a url(../images/arrow_btn.png) right center no-repeat;
  border:none;
}

.btn:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #b32119;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
    position:relative;
	top:1px;
	outline: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-group { 
    margin-top: 10px;
	
}

ul.button-terug {
	
	height: 42px;
	margin-top: 20px;
	list-style-type: none;
	margin-left: 0;
}

ul.button-terug li {
	display: block;
	background: url(../images/btn-bg.jpg) repeat-x;
	border-radius: 7px;
}

ul.button-terug li:hover {
	background: #333;
}

ul.button-terug a {
	color: #f1f1f1;
	padding-left: 10px;
	font-size: 14px;
	line-height: 30pt;
	word-spacing: 1pt;
	display: block;
}

ul.button-terug a:hover {
	text-decoration: none;
}

ul.button-terug a img {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
}
