.visible{visibility:visible !important;}
.login-submit{
	
	background: #c41301;
	border-radius: 6px;
	color: #fff;
    border: medium none;
    cursor: pointer;
    float: right;
    padding: 9px 22px;
	margin: 12px 27px 0 0;
}
.login-submit:hover {
	background: none repeat scroll 0 0 #c41301;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
    outline: medium none;
}
.red-btn-selected{
    background: #ef3f30;
    color: #fff !important;
	outline:none !important;
}
.hidden-red-error{display:none; color:#FF0000;}
.profile form{ position:relative; top: 0;}
.map-menu ul li .active{
    background: #c41301;
    color: #fff;
}