#rfnfOverlay { 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); 
    left:0; 
    top:0; 
    right:0; 
    bottom:0; 
    overflow:hidden; 
    position:fixed; 
    text-align:center; 
    top:0; 
    z-index:9999999; 
    display:block;
}

.rfnfContainer {
	padding: 0 1.5rem 1rem;
}
.tellUsWhy {
	margin-bottom: 1rem;
}
.rfnfFormPod fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.tellUsWhyOther {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
#rfnfWhy {
    background-color: #F0F0F0;
    color: #174E4D;
    width: 100%;
    font-size: 1.6rem;
    border: 0.1rem solid #C6CACE;
    border-radius: 0;
}
#closePopup {
    background: #666666;
}
#continueButton {
    background: #4B97FA;
}
.disabled {
    background: #E0E0E0 !important;
    color: #666666;
}
#rfnfClose {
    color: #FFFFFF;
}

.rfnfMessageSuccess {
    background: #DDF6CF;
    border: 1px solid #D1D1D3;
    color: #265708;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: -7rem;
    padding: 1rem .8rem 1rem 3.8rem;
    position: relative;
}
.rfnfMessageSuccess:after {
    color: #265708;
    content: '\2611';
    font-family: 'Mobile-BA-Icon-Font';
    font-size: 2.1rem;
    left: 1rem;
    position: absolute;
    top: 1rem;
}