.LoginFormButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0069ff), color-stop(1, #0099ff) );
	background:-moz-linear-gradient( center top, #0069ff 5%, #0099ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069ff', endColorstr='#0099ff');
	background-color:#0069ff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 20px;
	text-decoration:none;
}.LoginFormButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0099ff), color-stop(1, #0069ff) );
	background:-moz-linear-gradient( center top, #0099ff 5%, #0069ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099ff', endColorstr='#0069ff');
	background-color:#0069ff;
}.LoginFormButton:active {
	position:relative;
	top:1px;
}

a.LoginTopButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3333), color-stop(1, #9d0202) );
	background:-moz-linear-gradient( center top, #ff3333 5%, #9d0202 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3333', endColorstr='#9d0202');
	background-color:#ff3333;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:0px 20px;
	text-decoration:none;
    line-height: 20px;
}
a.LoginTopButton:hover {
    color:#ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9d0202), color-stop(1, #ff3333) );
	background:-moz-linear-gradient( center top, #9d0202 5%, #ff3333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d0202', endColorstr='#ff3333');
	background-color:#9d0202;
}
a.LoginTopButton:active {
    color:#ffffff;
	position:relative;
	top:1px;
}

a.ToRegistrationButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #696969) );
	background:-moz-linear-gradient( center top, #999999 5%, #696969 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#696969');
	background-color:#999999;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:0px 20px;
	text-decoration:none !important;
	cursor: pointer;
}
a.ToRegistrationButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #696969), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #696969 5%, #999999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#999999');
	background-color:#696969;
	color:#ffffff;
	text-decoration:none;
}
a.ToRegistrationButton:active {
	position:relative;
	top:1px;
	color:#ffffff;
	text-decoration:none;
}

#questionnarieForm .button {
/*table.question tbody tr td .ComplaintFormButton {*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0069ff), color-stop(1, #0099ff) );
	background:-moz-linear-gradient( center top, #0069ff 5%, #0099ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069ff', endColorstr='#0099ff');
	background-color:#0069ff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 18px;
	text-decoration:none;
	float: right;
}
#questionnarieForm .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0099ff), color-stop(1, #0069ff) );
	background:-moz-linear-gradient( center top, #0099ff 5%, #0069ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099ff', endColorstr='#0069ff');
	background-color:#0099ff;
}
#questionnarieForm .button:active {
	position:relative;
	top:1px;
}

.activeTab {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffcccc), color-stop(1, #cd0505) );
	background:-moz-linear-gradient( center top, #ffcccc 5%, #cd0505 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccc', endColorstr='#cd0505');
	background-color:#ffcccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	width: 150px;
	padding:9px 15px;
	text-decoration:none;
	margin: 1px;
}
/*.activeTab:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cd0505), color-stop(1, #ffcccc) );
	background:-moz-linear-gradient( center top, #cd0505 5%, #ffcccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd0505', endColorstr='#ffcccc');
	background-color:#cd0505;
}.activeTab:active {
	position:relative;
	top:1px;
}*/

#page a.NotActiveTab {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff');
	background-color:#cccccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0px solid #ffffff;
	display:inline-block;
	color:#9a9a9e;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	width: 150px;
	padding:9px 15px;
	text-decoration:none;
	margin: 1px;
}
#page a.NotActiveTab:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
	background-color:#ffffff;
}
#page a.NotActiveTab:active {
	position:relative;
	top:1px;
}

#page a.ToEditProfile {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#ffffff;
	border:1px solid #000000;
	display:inline-block;
	color:#6c6c7c;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
}
a.ToEditProfile:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#ffffff;
}
a.ToEditProfile:active {
	position:relative;
	top:1px;
}

.ContactpersoonHeader {
    width: 142px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #353535) );
	background:-moz-linear-gradient( center top, #999999 5%, #353535 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#353535');
	background-color:#999999;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}

.ContactpersoonContent {
    width: 190px;
    height: 508px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #fcfcfc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#cccccc');
	background-color:#fcfcfc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #999999;
	display:inline-block;
	color:#675966;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px;
	text-decoration:none;
}

div.cache_img {
	background: url('../images/facebook/fb-login-2.png') no-repeat;
	visibility: hidden;
}

.fb-login {
	background: url('../images/facebook/fb-login-1.png') no-repeat;
	width: 154px;
	height: 30px;
	border: transparent;
	margin-top: 25px;
}

.fb-login:hover {
	background: url('../images/facebook/fb-login-2.png') no-repeat;
	cursor: pointer;
}