#rfnfOverlay {
	background: url(/survey/images/surveyBG.png) repeat scroll 0 0;left:0; top:0; right:0; bottom:0; overflow:hidden; position:fixed; text-align:center; top:0; z-index:100000; display:none;
}	
.rfnfContainer {
    background-color: #fff;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.75);
    display: inline-block;
    margin: 10% auto;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 616px;
    z-index: 500000 !important;
}
.exitRfnfModal {
	display:block; height:40px; position:absolute; right:-20px; top:-20px; width:40px; background: url('/cms/global/assets/images/site/icon_vsg/close_lightbox.png');
}
.exitRfnfModal:hover {
	background: url('/cms/global/assets/images/site/icon_vsg/close_lightbox_hover.png'); 
}
.exitRfnfModal:focus {
	outline: thin dotted;
}
.rfnfHeading { 
	color: #172e4d; font-family: "MyliusModernRegular","DejaVu Sans",Helvetica,Arial,sans-serif; font-size: 24px; font-weight: normal; margin: 0 0 10px; text-rendering: optimizelegibility;
}
.rfnfFormPod {
    border: 5px solid #f0f0f0;
}
.rfnfSelect {
	margin-bottom: 26px;
}
.tellUsWhyFlow { 
	font-size: 14px; line-height: 17px; margin: 18px; float: left;
}
.tellUsWhyOther { 
	font-size: 14px; line-height: 17px; margin: 0 0 12px 18px; float: left; width: 100%;
}
select#rfnfAnswer {
    border: 1px solid #aaa; border-radius: 2px; box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset; color: #666; font-size: 100%; height: 26px; line-height: 26px; margin-left: 18px; padding: 1px; width: 370px;
}

textarea#rfnfWhy {
	margin-left: 18px;
	margin-bottom: 20px;
    max-width: 485px;
    width: 364px;
    color: #666;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    height:40px;
    resize:none;
}


/* Success message */
#rfnfSuccess .message.success {
    background: #def6cf url("/cms/global/assets/images/site/icon_vsg/msg-tick.png") no-repeat scroll 8px 7px;
    border: 1px solid #cce6bb;
    color: #265708 !important;
}
#rfnfSuccess .message { 
	margin: 10px 0; min-height: 22px; padding: 10px 20px 5px 42px;
}
#rfnfSuccess h3 { font-size: 18px; margin: 0; }

/* Success / Continue Button */
#rfnfPrimary { background: #ce210f; color:#FFF; border:none; border-radius:2px; float:right; font-size:16px; font-weight: bold; margin-top:18px; padding:8px 22px; text-decoration:none; width: 116px;}
#rfnfPrimary:hover { cursor:pointer; }

.rfnfPrimary.disabled {
    background: #e0e0e0 none repeat scroll 0 0 !important;
    color: #aaa !important;
    cursor: default !important;
}

#rfnfSecondary { background: #3c78c7; color:#FFF; border:none; border-radius:2px; float:right; font-size:14px; font-weight: bold; margin-top:18px; padding:6px; text-decoration:none; width: 95px;}
#rfnfSecondary:hover { cursor:pointer; }

