/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 10px 0px 5px 0px;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	width:463px;
	font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
	font-family:"d_reg";
	padding: 8px 0px 8px 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	/*-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;*/
	-moz-box-shadow: 3px 3px 4px #b7b7b7;
	-webkit-box-shadow: 3px 3px 4px #b7b7b7;
	box-shadow: 3px 3px 4px #b7b7b7;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b7b7b7')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b7b7b7');
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* orange */
.orange {
	color: #f1f1f2;
	background: #7F7F7F;
	-webkit-transition: background .3s ease,color 0.2s linear;
	-moz-transition: background .3s ease,color 0.2s linear;
	-o-transition: background .3s ease, color 0.2s linear;
	transition: background .3s ease, color 0.2s linear;
	border:none;
}

.orange:hover {
	color: #f1f1f2;
	background: #000000;	
	border:none;
}

.nieuwelijn{
	display:block;
	margin-bottom:0px;
}