<?php
if(isset($this->errorMsg)){
?>
  	<div id="error" style="background-color: #F778A1;height: 25px;">
		<?php echo $this->errorMsg;?>
	</div>
<?php
}?>
<!--  label item info -->
<?php //echo $this->partial('subaccount/_labeliteminfo.phtml',$this); ?>

<span class="floatClear"></span>
<!-- Edit sub account form -->

<?php echo $this->partial('subaccount/_editsubaccountform.phtml',$this); ?>