/* ---- Changes the color of the ePrice button and rollover ON VSR ---- */
a.eprice-popup-link { 
	background-color: #e27a00; 
	color: #fff; 
	background: linear-gradient(to bottom, #e27a00 0%, #c86d01 100%) !important;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e27a00', EndColorStr='#c86d01', GradientType=0) !important;
	}
a.eprice-popup-link:hover { 
	background-color: #e27a00; 
	color: #fff; 
	background: linear-gradient(to bottom, #c86d01 0%, #e27a00 100%) !important;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#c86d01', EndColorStr='#e27a00', GradientType=0) !important;
	}
/* ---- Changes the color of the ePrice button and rollover ON VDP---- */
.popup-mode-link a.dynamic-form-link.cblt-button { 
	background-color: #e27a00; 
	background-image: none; 
	width: 96%; 
	border-width: 1px; 
	background: linear-gradient(to bottom, #e27a00 0%, #c86d01 100%) !important;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e27a00', EndColorStr='#c86d01', GradientType=0) !important;
	}	
.popup-mode-link a.dynamic-form-link.cblt-button:hover {
	background-color: #e27a00; 
	background-image: none; 
	width: 96%; 
	border-width: 1px; 
	background: linear-gradient(to bottom, #c86d01 0%, #e27a00 100%) !important; 
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#c86d01', EndColorStr='#e27a00', GradientType=0) !important;
	}