.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;
}

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

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

.validationError {
	color: #ebccd1;
}

a {
	color: white;
}

a:hover {
	color: white;
}
