.form-error, .form-error p{
	color:red !important;
}
input.error,
select.error,
textarea.error {
	border-color:red;
}
.success-m {
	color:green;
}
#skillsResult .btn {
	margin:5px 3px;
}
#skillsResult .btn.exists {
	border-color:red !important;
	background:red !important;
}
#skillsResult .btn span:hover {
	color:#5cb85c
}

