div#mg-succes {
	max-width: 400px;
	height: 160px;
	background-color: #fff;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding-top: 35px;
	font-size: 18px;
	z-index: 1000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mg-succes .close {
	width: 100px;
	margin: 0 auto;
	margin-top: 25px;
	height: 34px;
	background-color: #0258a8;
	line-height: 34px;
	color: #fff;
	cursor: pointer;
}
#mg-succes .close:hover{
	background-color: #fc9400;
}
#mg-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
}
.links {
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.links a {
    padding: 10px 30px;
    margin-right: 20px;
    color: #fff;
}
.links .btn_blue.active{
    background-color: #fc9400 !important;
}