<div style="font-size: 11pt; padding-top: 1em;">

	<?php echo Form::open(array('url'    => url('/account/add-associate-member-school'),
					    'method' => 'post')); ?>

		<div style="font-weight: bold; font-size: 12pt; color:#990000;">Add an Associate Member School to Your Account</div>
		<p>
			Use this form to add an Associate Member School to your account.<br />			
		</p>
		<span class="small gray note">
			Once added, you will have access to edit that school's information including address, phone number, and staff contact information.
		</span>

		<br /><br />

		<div class="columns">
			<div class="third">
				<?php echo Form::label('school_id', 'ID Number', array('style' => 'font-weight: bold;')); ?><br />
				<?php echo Form::text('school_id', null, array('style' => 'width: 75px;', 'autofocus' => 'true')); ?>
			</div>

			<div class="third">
				<?php echo Form::label('code', 'Key Code', array('style' => 'font-weight: bold;')); ?><br />
				<?php echo Form::text('code', null, array('style' => 'width: 110px;')); ?>
			</div>
		</div>

		<br class="clear" /><br />

		<div style="font-size: 9pt;">
			Enter in your Associate Member School's ID number and key code mailed out by the OSAA.  Then click Add.  For assistance, contact <?php echo Helpers::obfuscateEmailLink ("support@osaa.org"); ?> or call<br />(503) 682-6722 x228.
		</div>

	<?php echo Form::close(); ?>
</div>