<td>
				<select name='limelight_shipping_method_id_selector' id='limelight_shipping_method_id_selector'>
				<?php 
echo MM_HtmlUtils::generateSelectionsList($limeLightService->getShippingMethods(), $limeLightShippingMethod->getLimeLightShippingMethodId());
?>
				</select>
				<a href="javascript:mmjs.getLimeLightShippingDescription('');" title="View Lime Light Shipping Method Info"><?php 
echo MM_Utils::getIcon("info-circle", "blue", "1.3em", "2px;");
?>
</a>
			</td>
		</tr>
	</table>
	
	<input id='id' type='hidden' value='<?php 
if ($limeLightShippingMethod->getId() != 0) {
    echo $limeLightShippingMethod->getId();
}
?>
' />
	<input id='limelight_shipping_method_name' name='limelight_shipping_method_name' type='hidden' value='<?php 
echo $limeLightShippingMethod->getLimeLightShippingMethodName();
?>
' />
	<input id='limelight_shipping_method_id' name='limelight_shipping_method_id' type='hidden' value='<?php 
echo $limeLightShippingMethod->getLimeLightShippingMethodId();
?>
' />
</div>

<div class="mm-dialog-footer-container">