.leaseform h4 {
	margin-top: 30px;
	margin-bottom:15px;
}

.error {
    color: #B33131 !important; 
    border: 2px solid #B33131 !important;
    border-radius: 7px !important;
}

.error {
    color: #B33131 !important; 
    border: 2px solid #B33131 !important;
    border-radius: 7px !important;
}

.error::-webkit-input-placeholder {
    color: #B33131 !important; 

}

.error:-moz-placeholder { /* Firefox 18- */
    color: #B33131 !important; 

}

.error::-moz-placeholder {  /* Firefox 19+ */
    color: #B33131 !important; 

}

.error:-ms-input-placeholder {  
    color: #B33131 !important; 

}