label {
    margin-bottom:0 !important;
}

.navbar-top .dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.navbar-top .dropdown:hover .dropdown-menu {
    display: block;
}

@media screen and (min-width: 768px) {
	.modal-lg {
		width: 750px;
	}
}

.formerror input,
.formerror select,
.formerror textarea {
    background:#fee !important;
    border-color:#800 !important;
}

.formerror .input-group-addon {
    border-color:#800 !important;
}
