.successBox{
    padding: 15px;
    background-color: #449d44;
}
.errorBox{
    padding: 15px;
    background-color: #d9534f;
}
#langBox{
	position: fixed;
	top: 54px;
	right: 0;
	width: 40px;
	height: 30px;
	background-color: #4e5d6c;
	padding: 5px;
    z-index: 1;
}
.bitr{
	background-image: url("../images/tr.png");
	width: 50px;
	height: 50px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative !important;
	top: 7px;
	background-color: transparent !important;
}
.bien{
	background-image: url("../images/en.png");
	width: 50px;
	height: 50px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative !important;
	top: 7px;
	background-color: transparent !important;
}
.bitr:hover, .bien:hover, .brosur:hover{
	background-color: transparent !important;
}
.brosur{
	background-image: url("../images/bin.png");
	width: 104px;
	height: 50px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative !important;
	top: 7px;
	background-color: transparent !important;
}
.brosurEn{
	background-image: url("../images/ben.png");
	width: 104px;
	height: 50px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative !important;
	top: 7px;
	background-color: transparent !important;
}