write_sel('fourfifth_width_type', $fourfifth_width_type);
?>
					</td>
				</tr>
				<tr>
					<td valign="middle">
						Margin
					</td>
					<td valign="middle" colspan="5">
						<input type="text" id="fourfifth_margin" name="fourfifth_margin" value="<?php 
echo $fourfifth_margin;
?>
" size="6">
						&nbsp;
						<?php 
write_sel('fourfifth_margin_type', $fourfifth_margin_type);
?>
					</td>
				</tr>

			</table>

			<p>
				<input type="submit" name="Submit" value="Update" />
			</p>

		</form>

		<h3>Column Shortcodes</h3>
		<strong>1/4 columns</strong><br />
		[wpcol_1quarter id="" class="" style=""][/wpcol_1quarter]<br />
write_sel('fourfifth_width_type', $this->options['fourfifth_width_type']);
?>
					</td>
				</tr>
				<tr>
					<td valign="middle">
						Margin
					</td>
					<td valign="middle" colspan="5">
						<input type="text" id="fourfifth_margin" name="fourfifth_margin" value="<?php 
echo $this->options['fourfifth_margin'];
?>
" size="6" class="ezcol-input">
						&nbsp;
						<?php 
write_sel('fourfifth_margin_type', $this->options['fourfifth_margin_type']);
?>
					</td>
				</tr>
				<tr>
					<td colspan="6">
						<hr>
					</td>
				</tr>
			</table>

			<table border="0" cellpadding="2" cellspacing="4">
				<tr>
					<td valign="middle" colspan="6">
						<strong>Custom CSS</strong>
					</td>