.page-header {
	border-bottom: 1px dotted white;
}

h1 {
	color: white !important;
}

h2.headerH1 {
	color: white !important;
}

h3.headerH3 {
	color: white !important;
}

h5.headerH5 {
	color: white !important;
}

a, a:visited, a:hover, a:active {
    color: white !important;
}

.headerHr {
	color: white !important;
}
			
.registrationBody {
	color: white !important;
}

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

#bg {
	opacity: 0.7;
}

.validationError {
	color: #ff7a90;
}

