form.nieuwsbrief {
	}
	
	form.nieuwsbrief label {
		display: block;
		}
		
	form.nieuwsbrief span.label {
		display: block;
		float: left;
		font-weight: bold;
		width: 130px;
		}
		
	form.nieuwsbrief label input {
		border: 1px solid #f60;
		padding: 2px 4px;
		width: 300px;
		}
	
  form.nieuwsbrief .submit {
		background-image: url(images/button-left.gif);
		background-repeat: no-repeat;
		height: 20px;
		padding-left: 5px;
		position: relative;
		left: 130px;
		}
		
		form.nieuwsbrief .submit input {
			background-color: transparent;
			background-image: url(images/button-right.gif);
			background-position: top right;
			border: none;
			color: #444;
			display: block;
			float: left;
			font-size: 11px;
			height: 20px;
			padding: 0 15px 0 10px;
			text-decoration: none;
			}
			
	form.nieuwsbrief .error {
		clear: both;
		color: red;
		display: block;
		margin-left: 130px;
		}
			
a.nieuwsbrief_remove {
	clear: both;
	color: #333;
	display: block;
	margin: 20px 0 0 130px;
	}
	
form.nieuwsbrief .block label input {
  width: 195px;
  }
  
form.nieuwsbrief .block .submit input {
	padding: 2px 4px;
  }