h2 {
	color: white !important;
}

h3 {
	color: white !important;
}

.headerHr {
	color: white !important;
}

a, a:visited, a:hover, a:active {
	/*color: blue;*/
}

.btn-lang, .registrationBody input, .registrationBody select, .registrationBody textarea {
	color: #5A5A5A !important;
	background-color: white !important;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	border: 1px solid #7D7D7D;
}
			
.input-group-addon {
	border: 1px solid #7D7D7D;
}
	
.btn-success {
	background-color: #55924A!important;
	border-color: #55924A!important;
}
    
#bg {
	opacity: 0.8;
}
