
h1, h2, h2 span, .wf_title {
	color: #428bca;
}

.ke-background {
	background: #428bca; 
	color: #fff;
	text-shadow: #000;
}

input[type=text]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	box-shadow: 0 0 10px #428bca;
	border: 1px solid #428bca;
}

.k-state-selected .k-link {
	color: white;
}

.input_wrapper_focus {
	border-color: #428bca;
	z-index: 100;
	box-shadow: 0 0 10px #428bca;
}